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

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

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.