Asyncio installation #1229
-
If I want to make use of python socket.io asyncio client version 4.6.1 how will I install it... should I install the regular client and then asyncio library or there is a different python socket.io asyncio client library |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Asyncio comes with Python, does not need to be installed. To learn how to install Python-SocketIO, please consult the documentation. Here is a link to the client installation for version 4.6.1: https://github.com/miguelgrinberg/python-socketio/blob/v4.6.1/docs/client.rst#installation |
Beta Was this translation helpful? Give feedback.
-
How can I catch all events from the clientside sir.. like a wildcard or something |
Beta Was this translation helpful? Give feedback.
Asyncio comes with Python, does not need to be installed. To learn how to install Python-SocketIO, please consult the documentation. Here is a link to the client installation for version 4.6.1: https://github.com/miguelgrinberg/python-socketio/blob/v4.6.1/docs/client.rst#installation