Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smt/express-socketio-demo
A simple express + socket.io real-time chat demo, basically the implementation of http://c.2dr.me/USRR with some small tweaks.
https://github.com/smt/express-socketio-demo
Last synced: about 2 months ago
JSON representation
A simple express + socket.io real-time chat demo, basically the implementation of http://c.2dr.me/USRR with some small tweaks.
- Host: GitHub
- URL: https://github.com/smt/express-socketio-demo
- Owner: smt
- Created: 2014-03-15T04:15:13.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-15T04:20:11.000Z (almost 11 years ago)
- Last Synced: 2024-04-14T04:02:37.627Z (9 months ago)
- Language: JavaScript
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# express-socketio-demo
Requires `node` and `npm`.
Install dependencies:
npm install
Run the server:
node index.js
Then open in your browser, and play around with entering some messages.