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

https://github.com/bitbravo/flask-angular4-document-collaboration


https://github.com/bitbravo/flask-angular4-document-collaboration

angular4 flask flask-backend nodejs python3 websocket

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# document-collaboration

If you want to run this project using IP address, You need to set the websocket URL in the backend and frontend sides.

## Frontend

`bash

$ cd angular-editor

$ npm install

$ npm start

## python server

$ cd python_server

$ pip install -r requirements.txt

$ python app.py

## node server
$ cd node_server

$ npm install

$ npm start