/sharedb-ace-backend

Backend of collaborative editor (ShareDB, Koa), migrated to https://github.com/source-academy/sharedb-ace-backend

Primary LanguageJavaScriptApache License 2.0Apache-2.0

sharedb-ace-backend

Introduction

sharedb-ace-backend is the web server to support collaborative editing in Source Academy.

Development Setup

Running at Local Environment

  1. Clone this repo:
$ git clone https://github.com/jiayushe/sharedb-ace-backend
  1. Install all dependancies:
$ yarn
  1. Start the local server:
$ yarn start
  1. Open http://localhost:8080/ in your browser.