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 源码分析