dartchat 0.1.2 copy "dartchat: ^0.1.2" to clipboard
dartchat: ^0.1.2 copied to clipboard

outdatedDart 1 only

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 #

Clone it from github

git clone https://github.com/nkratzke/dartchat.git

and open created directory in your Dart Editor. Then:

  1. Start the server by running bin\chartserver.dart.
  2. Open as many webbrowser windows you like and open the url http://localhost:3000
  3. Or run file web\chartclient.dart with Dartium within your Dart Editor.

Tour de Dart #

Tour de Dart is hosted on slideshare and can be accessed via the following links:

0
likes
20
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

A simple chat server and client to demonstrate web sockets in Dart.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

browser, start

More

Packages that depend on dartchat