mirror of
https://github.com/kennethreitz/flask-sockets.git
synced 2026-06-05 23:10:16 +00:00
Merge pull request #26 from AndreMiras/patch-1
Fixes gevent-websocket broken link
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@ A custom Gunicorn worker is included to make deployment as friendly as possible:
|
||||
$ gunicorn -k flask_sockets.worker hello:app
|
||||
|
||||
Production services are provided by `gevent <http://www.gevent.org>`_
|
||||
and `gevent-websocket <http://www.gelens.org/code/gevent-websocket/>`_.
|
||||
and `gevent-websocket <https://bitbucket.org/Jeffrey/gevent-websocket>`_.
|
||||
|
||||
The given example can run standalone as main.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user