Web socket chat program using Dart.
- Open project in the dart editor (https://www.dartlang.org/).
- Run Pub Get (right click on the pubspec.yaml file).
- Run the server (bin/basic_http_server.dart).
- Run the client application in Dartium (web/index.dart).