Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-01T07:02:09.000Z (over 6 years ago)
- Last Synced: 2024-08-02T02:15:59.060Z (3 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
![demo](https://i.imgur.com/lev9yKg.gif)
![color-line](https://i.imgur.com/ufmIs45.png)
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.