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

https://github.com/jacobx1/play-with-sockets


https://github.com/jacobx1/play-with-sockets

nodejs react typescript websocket

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Play with (Web)Sockets

[Live demo here][demo-app]

Experimenting with web sockets. Currently, there is a node server and react client that allow many browsers to manipulate a canvas and sync the state to all that are connected.

![Demo](docs/images/multi-browser-demo.png)

## Setup

Using websockets does require having TLS configured. You will need to create a cert/key for localhost and update the server `index.ts` accordingly.

[demo-app]: https://sockets.jacobx1.dev/