Skip to content

Commit

Permalink
Remove outdated information in intro section of documentation
Browse files Browse the repository at this point in the history
Fixes #1337
  • Loading branch information
miguelgrinberg committed May 8, 2024
1 parent 547449b commit 82ceaf7
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,8 @@ Client Features
---------------

- Can connect to other Socket.IO servers that are compatible with the
JavaScript Socket.IO 1.x and 2.x releases. Work to support release 3.x is in
progress.
- Compatible with Python 3.6+.
JavaScript Socket.IO reference server.
- Compatible with Python 3.8+.
- Two versions of the client, one for standard Python and another for
asyncio.
- Uses an event-based architecture implemented with decorators that
Expand Down Expand Up @@ -181,9 +180,8 @@ Server Features
---------------

- Can connect to servers running other Socket.IO clients that are compatible
with the JavaScript client versions 1.x and 2.x. Work to support the 3.x
release is in progress.
- Compatible with Python 3.6+.
with the JavaScript reference client.
- Compatible with Python 3.8+.
- Two versions of the server, one for standard Python and another for
asyncio.
- Supports large number of clients even on modest hardware due to being
Expand All @@ -195,8 +193,8 @@ Server Features
- Can be integrated with WSGI applications written in frameworks such as Flask, Django,
etc.
- Can be integrated with `aiohttp <http://aiohttp.readthedocs.io/>`_,
`sanic <http://sanic.readthedocs.io/>`_ and `tornado <http://www.tornadoweb.org/>`_
``asyncio`` applications.
`FastAPI <https://fastapi.tiangolo.com/>`_, `sanic <http://sanic.readthedocs.io/>`_
and `tornado <http://www.tornadoweb.org/>`_ ``asyncio`` applications.
- Broadcasting of messages to all connected clients, or to subsets of them
assigned to "rooms".
- Optional support for multiple servers, connected through a messaging queue
Expand Down

0 comments on commit 82ceaf7

Please sign in to comment.