Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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/

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