https://github.com/socketio/socket.io-minimal-example
Socket.IO minimal example
https://github.com/socketio/socket.io-minimal-example
Last synced: 3 months ago
JSON representation
Socket.IO minimal example
- Host: GitHub
- URL: https://github.com/socketio/socket.io-minimal-example
- Owner: socketio
- License: mit
- Created: 2021-07-29T07:18:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-26T22:17:44.000Z (about 4 years ago)
- Last Synced: 2025-01-29T13:11:17.166Z (about 1 year ago)
- Language: HTML
- Size: 11.7 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Socket.IO minimal example
```
$ npm ci # install the dependencies
$ npm start # run the server
```
You can run this example online at:
- [Replit](https://replit.com/@socketio/socketio-minimal-example)
- [StackBlitz](https://stackblitz.com/edit/socketio-base?file=index.js)
- [CodeSandbox](https://codesandbox.io/s/socket-io-minimal-example-k3h2l)