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

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

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)