This is a refactored project of sync-chat
with cumulo
and cumulo-client
.
Here is how data flows in this app:
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
MIT