Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(271)

Side by Side Diff: client/fling/README.txt

Issue 9314025: Remove fling, deftserver (used only by fling), and commons-codec (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « client/dart.gyp ('k') | client/fling/build.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Fling is a little dart runtime intended for 'banging' out web (client +
2 server) apps pretty quickly. Here is an example of how get started.
3
4 Starting in the fling root directory,
5
6 $ ant
7 # fling will be built into out/fling
8
9 $ cd out/fling/samples
10
11 $ ../fling lil_server.app
12 # Check out the code in samples/lil_server.dart
OLDNEW
« no previous file with comments | « client/dart.gyp ('k') | client/fling/build.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698