Defines a common protocol for collaboration servers
collaboration-server-protocol
(CSP) is the analog to language-server-protocol
(LSP) but for the cross-editor real-time editing.
This section describes how to make the website up and running.
You will need the following tools before setting up the project environment.
Input these commands to set up the project.
# Clone this repostiory
$ git clone https://github.com/Cogru/collaboration-server-protocol
# Navigate to the project directory
$ cd collaboration-server-protocol
# Install all dependencies
$ npm install
# Run the web server
$ hugo server
Now you can open the browser with the url http://localhost:1313/.
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.