Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukasjhan/crdt-react-redux
https://github.com/lukasjhan/crdt-react-redux
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lukasjhan/crdt-react-redux
- Owner: lukasjhan
- Created: 2023-03-17T03:14:55.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-24T00:52:08.000Z (almost 2 years ago)
- Last Synced: 2024-10-24T08:52:35.973Z (3 months ago)
- Language: TypeScript
- Size: 223 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple react-redux crdt todolist
This is a simple todolist app that uses react-redux and crdt to sync the state between multiple clients.
Websocket is used to sync the state between clients.## How to run
1. Start server
```
yarn start-server
```2. Start client
```
yarn start
```