File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ Server Features
189
189
- Can be hosted on any `WSGI <https://wsgi.readthedocs.io/en/latest/index.html >`_ or
190
190
`ASGI <https://asgi.readthedocs.io/en/latest/ >`_ web server including
191
191
`Gunicorn <https://gunicorn.org/ >`_, `Uvicorn <https://github.com/encode/uvicorn >`_,
192
- `eventlet <http://eventlet.net/ >`_ and `gevent <http://gevent.org >`_.
192
+ `eventlet <http://eventlet.net/ >`_ and `gevent <http://www. gevent.org >`_.
193
193
- Can be integrated with WSGI applications written in frameworks such as Flask, Django,
194
194
etc.
195
195
- Can be integrated with `aiohttp <http://aiohttp.readthedocs.io/ >`_,
Original file line number Diff line number Diff line change @@ -838,7 +838,7 @@ Gevent
838
838
839
839
When a multi-threaded web server is unable to satisfy the concurrency and
840
840
scalability requirements of the application, an option to try is
841
- `Gevent <http://gevent.org >`_. Gevent is a coroutine-based concurrency library
841
+ `Gevent <http://www. gevent.org >`_. Gevent is a coroutine-based concurrency library
842
842
based on greenlets, which are significantly lighter than threads.
843
843
844
844
Instances of class ``socketio.Server `` will automatically use Gevent if the
You can’t perform that action at this time.
0 commit comments