https://github.com/daniel-j/node-chatrooms
https://github.com/daniel-j/node-chatrooms
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/daniel-j/node-chatrooms
- Owner: daniel-j
- Created: 2013-03-09T23:18:53.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-13T22:19:50.000Z (over 13 years ago)
- Last Synced: 2024-12-29T01:29:47.005Z (over 1 year ago)
- Language: JavaScript
- Size: 406 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
node-ws-chat
============
A simple chat application using WebSockets written in node.js and HTML5.
------------
Created for a JavaScript college course.
How to use:
1. Install dependencies: `npm install ws express`
2. Run: `node server`