Files
sdk/client/fling
jacobr@google.com 770a6a6c0a New version of the bindings.
BUG=
TEST=

Review URL: http://codereview.chromium.org//8839010

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@2168 260f80e4-7a28-3924-810f-c04153c831b5
2011-12-07 12:31:46 +00:00
..
2011-12-07 12:31:46 +00:00
2011-10-05 04:52:33 +00:00
2011-11-03 19:04:31 +00:00
2011-10-05 04:52:33 +00:00
2011-10-05 04:52:33 +00:00
2011-10-05 04:52:33 +00:00
2011-10-05 04:52:33 +00:00

Fling is a little dart runtime intended for 'banging' out web (client +
server) apps pretty quickly. Here is an example of how get started.

Starting in the fling root directory,

$ ant
# fling will be built into out/fling

$ cd out/fling/samples

$ ../fling lil_server.app
# Check out the code in samples/lil_server.dart