https://github.com/aravindballa/teamup
✍🏻 💎 A real-time slate js editor with socket-io
https://github.com/aravindballa/teamup
express react slate slate-react socket-io
Last synced: 3 months ago
JSON representation
✍🏻 💎 A real-time slate js editor with socket-io
- Host: GitHub
- URL: https://github.com/aravindballa/teamup
- Owner: aravindballa
- Created: 2018-03-23T15:33:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-01T07:02:09.000Z (about 7 years ago)
- Last Synced: 2024-11-01T10:35:18.646Z (8 months ago)
- Topics: express, react, slate, slate-react, socket-io
- Language: JavaScript
- Homepage: https://teamup.now.sh/
- Size: 136 KB
- Stars: 31
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Team up


A simple application to demonstrate Real time editing content with websockets.
## `server`
Socket io server which runs on `localhost:4001`. It handle the client connections. Every message is now in `update content` channel. This will change to dynamic rooms in future.
## `web`
This is a React app which contains a `Slate JS editor` where we can write stuff (which syncs).
Any types of contributions are welcome.