Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.