https://github.com/iamigi/react-node-ws
React live cursor
https://github.com/iamigi/react-node-ws
nodejs react typescript websocket ws
Last synced: about 2 months ago
JSON representation
React live cursor
- Host: GitHub
- URL: https://github.com/iamigi/react-node-ws
- Owner: IamIGI
- Created: 2024-11-27T19:19:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-05T16:34:11.000Z (over 1 year ago)
- Last Synced: 2025-02-01T14:24:12.152Z (over 1 year ago)
- Topics: nodejs, react, typescript, websocket, ws
- Language: TypeScript
- Homepage: https://www.youtube.com/watch?v=4Uwq0xB30JE
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## React - Node - WS
how to implement realtime updates in your React applications. Here, we use React on the frontend and Node on the back to build a live cursors feature from scratch, but the fundamental WebSocket lessons can be applied to any manner of realtime application.
WebSockets are a bidirectional full-duplex communication protocol used to enable realtime updates such as chat, multiplayer collaboration, notifications, and other live updates in your React applications.