Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

✍🏻 💎 A real-time slate js editor with socket-io

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.