ygs-code / sharedb-textarea-example

协同textarea

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ShareDB with textarea example

Note, there are a lot of console.logs, which should be removed outside of development.

Simple sharedb client

npm install -g browserify
npm install
browserify client.js -o static/bundle.js

Run the server node server.js and go to http://localhost:8080/index.html

Sources:

ShareDB with textarea 源码分析

About

协同textarea


Languages

Language:JavaScript 99.8%Language:HTML 0.2%