pierrotsmnrd / proto-rtc-yjs

A simple TextArea that several users can edit at the same time. Powered by React with Y.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

proto-rtc-yjs

A simple TextArea that several users can edit at the same time. Powered by React with Y.js.

Warning : This repository is a simple prototype / proof-of-concept

How to run

# install dependancies
npm install

# spawn a Y.js WebSocket Server
PORT=1234 node ./node_modules/y-websocket/bin/server.js

# start the react app
yarn start

then open two browsers at http://localhost:3000/ and start playing

Sources and documentations :

About

A simple TextArea that several users can edit at the same time. Powered by React with Y.js.


Languages

Language:TypeScript 63.6%Language:HTML 23.6%Language:CSS 12.8%