Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/revskill10/node-socket-io-realtime

Quick proof-of-concept using Node.js with Express and Socket.io.
https://github.com/revskill10/node-socket-io-realtime

Last synced: 13 days ago
JSON representation

Quick proof-of-concept using Node.js with Express and Socket.io.

Awesome Lists containing this project

README

        

Experimenting with real-time socket communications using Node.js with Express and Socket.io.

Until I figure out proper dependency management(!), install dependencies with the following:

`npm install express socket.io`