dartchat 0.1.1
dartchat: ^0.1.1 copied to clipboard
A simple chat server and client to demonstrate web sockets in Dart.
dartchat #
Chart is a dart chat (for demonstration purposes) #
Chart is an example server and client for the Tour de Dart. It is primarily used to demonstrate websockets in Dart.
How to use it #
Download it via github
git clone https://github.com/nkratzke/dartchat.git
and open created directory in your Dart Editor. Then:
- Start the server by running
bin\chartserver.dart. - Open as many webbrowser windows you like and open the url
http://localhost:3000/ - Or open file
web\chartclient.dartwith Chromium from within your Dart Editor.
Tour de Dart #
Tour de Dart is hosted on slideshare and can be accessed via the following links: