Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/source-academy/sharedb-ace-backend

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

hacktoberfest javascript sharedb source-academy

Last synced: 2 days ago
JSON representation

Backend of collaborative editor (ShareDB, Koa)

Awesome Lists containing this project

README

        

# sharedb-ace-backend

The backend for the collaborative editor in the [Source Academy](https://github.com/source-academy/frontend).

Based on the original version by [She Jiayu](https://github.com/jiayushe/sharedb-ace-backend) and [Jethro Kuan](https://github.com/jethrokuan/sauce).

## Running locally

```
$ git clone https://github.com/source-academy/sharedb-ace-backend.git
$ yarn install
$ node index.js
```

Then set in your frontend environment:

```
REACT_APP_SHAREDB_BACKEND_URL=http://localhost:8080/
```