/getting-started-example

Example of an application which provides collaborative access to a plain text document (live text editing) using Collaborative.js.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Collaborative.js - Collaborative software for any project

Getting Started with Collaborative.js

This repo is an example of an application which provides collaborative access to a text document using Collaborative.js. This example is related to Collaborative.js Getting Started tutorial.

Running

Clone the repository from github.com to your workspace folder:

$ git clone git@github.com:collaborativejs/getting-started-example.git

Navigate to the repository folder:

$ cd getting-started-example

Install example dependencies

$ npm install

Run the server

$ npm start

Open http://localhost:3000/ page in your browser.

Further Learning

License

© Collaborative.js - Collaborative software for any project. This demo released under the Apache 2.0 License.