Example project, how you can use dart force realtime web framework
I am using bootflat and dart force here to show how dart force is working with some basic functionality.
View it at heroku > see demo
Clone the repo Open the directory in DartEditor, wait for a few seconds for pub to finish (If warning show, press reanalyze source on the project directory) Right click server/server.dart and press run Go to http://localhost:8080/
Build the project with 'pub build'
Click on server.dart and then click on the green play button in the dart editor
See the info in the console, and what the address is of the server!
Go to localhost:8080 or your computername with port 8080.