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
- Host: GitHub
- URL: https://github.com/bitbravo/flask-angular4-document-collaboration
- Owner: BitBravo
- Created: 2018-06-13T16:22:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T00:38:06.000Z (over 3 years ago)
- Last Synced: 2025-01-02T04:28:25.121Z (over 1 year ago)
- Topics: angular4, flask, flask-backend, nodejs, python3, websocket
- Language: HTML
- Size: 1.88 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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