Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/source-academy/sharedb-ace-backend
- Owner: source-academy
- License: other
- Created: 2019-04-15T03:32:37.000Z (over 5 years ago)
- Default Branch: ng
- Last Pushed: 2024-11-19T05:46:06.000Z (about 2 months ago)
- Last Synced: 2024-11-19T06:31:02.816Z (about 2 months ago)
- Topics: hacktoberfest, javascript, sharedb, source-academy
- Language: JavaScript
- Homepage: https://sourceacademy.nus.edu.sg
- Size: 440 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
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/
```