Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hexylena/jbrowse-chat-server
Server component to https://github.com/erasche/jbrowse-chat/
https://github.com/hexylena/jbrowse-chat-server
Last synced: 16 days ago
JSON representation
Server component to https://github.com/erasche/jbrowse-chat/
- Host: GitHub
- URL: https://github.com/hexylena/jbrowse-chat-server
- Owner: hexylena
- License: agpl-3.0
- Created: 2017-07-14T06:49:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-15T18:20:40.000Z (over 7 years ago)
- Last Synced: 2024-10-17T14:06:30.105Z (about 1 month ago)
- Language: Python
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JBrowse Chat Server
Provides the backend for coordinating JBrowse chat. Once you have a OAuth client id/secret, you can run with:
```console
$ gunicorn \
--bind 0.0.0.0:5000 \
-e SCRIPT_NAME=/test \
-e GOOGLE_CLIENT_ID='...' \
-e GOOGLE_CLIENT_SECRET='...' \
--log-level debug \
--worker-class eventlet \
--reload \
chat:app
```## LICENSE
AGPL-3.0