Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aflatter/chat

A little web chat using Sproutcore 2, nodejs and socket.io.
https://github.com/aflatter/chat

Last synced: about 2 months ago
JSON representation

A little web chat using Sproutcore 2, nodejs and socket.io.

Awesome Lists containing this project

README

        

# chat

### Description:

A little chat application.

### Missing features:

* Invitation of other members into a new room by mentioning them.
* Message field has only a very basic autocompletion and should provide more functionality.

### TODO:

* Statechart is missing tests.

### Installation:

* brew install node
* brew install npm
* npm install node-static coffee-script socketio

### Run:

* coffee server/main.coffee
* Chat should be available at http://localhost:4021/index.html