Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aflatter/chat
- Owner: aflatter
- Created: 2011-10-11T15:38:22.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-10-11T15:38:49.000Z (about 13 years ago)
- Last Synced: 2023-04-10T11:58:56.891Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 254 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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