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: 9 months ago
JSON representation
Backend of collaborative editor (ShareDB, Koa)
- Host: GitHub
- URL: https://github.com/source-academy/sharedb-ace-backend
- Owner: source-academy
- License: other
- Created: 2019-04-15T03:32:37.000Z (almost 7 years ago)
- Default Branch: ng
- Last Pushed: 2025-06-25T12:36:30.000Z (9 months ago)
- Last Synced: 2025-06-25T13:36:58.643Z (9 months ago)
- Topics: hacktoberfest, javascript, sharedb, source-academy
- Language: JavaScript
- Homepage: https://sourceacademy.nus.edu.sg
- Size: 349 KB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/
```