https://github.com/samt/node-chat
a demo chat room web application using node
https://github.com/samt/node-chat
Last synced: 9 months ago
JSON representation
a demo chat room web application using node
- Host: GitHub
- URL: https://github.com/samt/node-chat
- Owner: samt
- License: mit
- Created: 2012-10-07T23:32:02.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-04T07:16:01.000Z (over 13 years ago)
- Last Synced: 2025-08-17T14:41:10.537Z (10 months ago)
- Language: JavaScript
- Homepage: http://node-chat.samt.us
- Size: 125 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chat app demo
(c) 2012 Sam Thompson
just a demo of a working chat application
## install
first, run this command to install all the dependencies:
npm install
## run
node app
## license
[The MIT License](http://opensource.org/licenses/mit-license.php)