Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/revskill10/node-socket-io-realtime
- Owner: revskill10
- Created: 2012-08-26T10:21:18.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-09T06:57:40.000Z (over 12 years ago)
- Last Synced: 2024-10-12T19:10:14.478Z (27 days ago)
- Language: JavaScript
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`