Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 803 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 803 Bytes

Echo Server in Dart programming language

This program is outcome of SSS(G) Dart Hackathon at April 28, 2012 (detail).

Description

The server returns list of posted messages from/to Web browser.

Developers: Amano, Koyama, Matsuyama, Miyazawa, Naganuma

Requirements

How to use

  1. Check out the repository.
  2. Check out mong-dart in the same place.
  3. Start MongoDB.
  4. Start the server (EchoServer.dart).
  5. Open http://localhost:8080/ with Dartium.