Skip to content
This repository has been archived by the owner on Jan 24, 2018. It is now read-only.

Latest commit

 

History

History
40 lines (26 loc) · 619 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 619 Bytes

Noisy Chat

This is a refactored project of sync-chat with cumulo and cumulo-client.

Here is how data flows in this app:

Develop this project

Install dependencies first:

npm i

Start server:

cd server
coffee app.coffee

Client JavaScript

gulp start
# visit generated index.html served with a web server

License

MIT