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
- Host: GitHub
- URL: https://github.com/jacobx1/play-with-sockets
- Owner: jacobx1
- Created: 2020-05-10T04:40:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T05:27:43.000Z (over 3 years ago)
- Last Synced: 2025-08-29T03:17:03.358Z (10 months ago)
- Topics: nodejs, react, typescript, websocket
- Language: TypeScript
- Homepage:
- Size: 2.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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.

## 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/