ForceUniverse / dart-force

Dart Realtime Web Framework!
https://pub.dartlang.org/packages/force
Other
89 stars 9 forks source link

A simple Hello example for a WebSocket server #8

Closed jkleiser closed 10 years ago

jkleiser commented 10 years ago

Just for a start I would like to see the Dart source for a simple "Hello" example server that responds with "Hello Foo" when it receives a "Foo" message. I could not figure that out from the instructions on the Pub page. Thanks.

jorishermans commented 10 years ago

Good idea, I will create a basic hello world example like you described! You can always look at the chat and the multi player example. Maybe I need to forsee it as a sort of starting template for getting started with dart force!

jorishermans commented 10 years ago

I created a simple hello world application, with some basic functionality in https://github.com/jorishermans/dart-force-helloworld