https://github.com/rstudio-tech/websocket
nodejs and socket.io
https://github.com/rstudio-tech/websocket
Last synced: 11 months ago
JSON representation
nodejs and socket.io
- Host: GitHub
- URL: https://github.com/rstudio-tech/websocket
- Owner: rstudio-tech
- Created: 2024-11-30T15:53:31.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-30T15:54:08.000Z (over 1 year ago)
- Last Synced: 2025-07-02T17:55:29.781Z (11 months ago)
- Language: CSS
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup
Clone the repository.
git clone git://github.com/vanbosse/websockets-demo.git
Install node.js, get a copy at http://nodejs.org and install Socket.io
npm install socket.io
Run server.js with node and go play.
node js/server.js