Miguel Grinberg
|
d5308504d3
|
Document the use of arguments in the connect_error handler (Fixes #554)
|
4 years ago |
Miguel Grinberg
|
2f085b3338
|
Document WebSocket support for threading mode
|
4 years ago |
Miguel Grinberg
|
9ff8bf3541
|
Updated socketio javascript client versions in documentation
|
4 years ago |
manuel
|
f341abe88e
|
Adding missing example of async client implementation to intro.rst
|
4 years ago |
Mohammed Abdul Raheem
|
eabcc4679b
|
Add scrolling to documentation sidebar (#610)
|
4 years ago |
Miguel Grinberg
|
11b6f1a08d
|
Pass auth information sent by client to the connect handler
|
4 years ago |
Arpit Jain
|
c809774c3e
|
Fix typos in the manual (#599)
|
4 years ago |
Miguel Grinberg
|
3ae369757a
|
Add python-engineio to version compatibility table
|
4 years ago |
Miguel Grinberg
|
839b533d67
|
fix documentation typo #nolog
|
4 years ago |
Miguel Grinberg
|
3419d4dcb0
|
Added version compatibility chart to docs #nolog
|
4 years ago |
Miguel Grinberg
|
5e010bdf1f
|
add a note regarding Socket.IO 3.0 support in progress #nolog
|
4 years ago |
Miguel Grinberg
|
4890607130
|
Added troubleshooting section to the documentation
|
5 years ago |
Fover
|
1fbf95940c
|
Fixed typo in documentation (#524)
|
5 years ago |
someApprentice
|
4385057c34
|
fix: fixed route path for tornado server (#494)
|
5 years ago |
Miguel Grinberg
|
02a7ce32c0
|
Remove references to Python 2.7 in the documentation
|
5 years ago |
kizError
|
cdde846e57
|
Update intro.rst (#450)
|
5 years ago |
Dmitry Volodin
|
aa2882cb3e
|
fix AsyncClient example and typo in Intro (#389)
* fix AsyncClient example
* fix miguelgrinberg/python-socketio#353
|
5 years ago |
Rotzbua
|
d4b4034311
|
fix missing : in documentation example (#386)
|
5 years ago |
Miguel Grinberg
|
805d5f3741
|
Support the connect_error event in the client (Fixes #344)
|
5 years ago |
Dmitry Volodin
|
b60bbc0307
|
fix documentation typos (#374)
|
5 years ago |
Miguel Grinberg
|
f36fa88d9e
|
Updated documentation on message queue manager classes
|
6 years ago |
salimaboubacar
|
d984f32e76
|
Add Asyncio based RabbitMQ manager (#320)
|
6 years ago |
Miguel Grinberg
|
045188c63d
|
Documentation for the Same Origin security policy
|
6 years ago |
Miguel Grinberg
|
2aa8636223
|
documentation on user session behavior on disconnections (Fixes #308)
|
6 years ago |
Miguel Grinberg
|
814ff84ec3
|
Move python-engineio dependency to versions 3.8 and up
|
6 years ago |
Miguel Grinberg
|
70ebfdbfa1
|
New @event decorator for handler registration
|
6 years ago |
Miguel Grinberg
|
aaa87a8277
|
Much more flexible support for static files in the server
|
6 years ago |
Miguel Grinberg
|
3b32dbde8d
|
expose the sid for the connection
|
6 years ago |
Miguel Grinberg
|
d3e19b7e52
|
note on cors support for sanic (fixes #205)
|
6 years ago |
Miguel Grinberg
|
0249f05a2f
|
Fixed Sanic documentation (fixes #193)
|
6 years ago |
Syed Faheel Ahmad
|
cacb621ad7
|
Add missing import statement for socketio in docs (#289)
* Add missing import statement for socketio
* Remove incorrect import statement
|
6 years ago |
Almog Cohen
|
55e3a6cb02
|
change a typo from `client` to `server` (#280)
|
6 years ago |
Andrey Rusanov
|
f3b5210289
|
Add tests and docs
|
6 years ago |
Emeka Icha
|
3c08dda918
|
(fix) small typo in intro doc (#241)
|
6 years ago |
Julien Deniau
|
a5a67120fe
|
fix typo with quotes in doc (#238)
|
6 years ago |
Miguel Grinberg
|
9f2186725a
|
user sessions
|
6 years ago |
Miguel Grinberg
|
ec4ce624ab
|
client documentation
|
6 years ago |
Miguel Grinberg
|
b084b2c80e
|
basic socketio client (no reconnection yet)
|
6 years ago |
Miguel Grinberg
|
87fb830bd8
|
improved documentation
|
6 years ago |
Miguel Grinberg
|
415af129b7
|
Tornado docs
|
7 years ago |
Grey Li
|
58c8a6f430
|
Fix typo in docs (#187)
|
7 years ago |
Toon Knapen
|
c24c91a725
|
typo fix (#180)
|
7 years ago |
Kane Blueriver
|
ef7088d67a
|
Fix backquotes usage in docs. (#146)
Related document of reST is here: http://www.sphinx-doc.org/en/stable/rest.html
|
7 years ago |
Kaiyu Shi
|
8e734573a9
|
The usage of class-based namespace
There should be an additional `self` argument passed to
each member function of custom Namespaces.
|
8 years ago |
Miguel Grinberg
|
2582f286f5
|
websocket support for sanic
|
8 years ago |
Miguel Grinberg
|
ce44133acd
|
redis message queue for asyncio
|
8 years ago |
Miguel Grinberg
|
2e55d7f020
|
updated documentation logo
|
8 years ago |
Miguel Grinberg
|
43788db7a7
|
asyncio documentation and various fixes
|
8 years ago |
Miguel Grinberg
|
6c93f7fb15
|
fixed documentation typo
Fixes #19
|
8 years ago |
Andrew Pashkin
|
8a7ea67f99
|
Add mentioning of SIDs to the list of what each namespace has separate from other namespaces.
|
8 years ago |