Miguel Grinberg
1fb1f6d6e5
readme fixes
7 years ago
maxDzh
6e4079ac64
Update sanic version in requirements.txt ( #255 )
Sanic example doesn't work because of the server version specified in requirements (0.3.1).
Traceback (most recent call last):
File "app.py", line 23, in <module>
@app.listener('before_server_start')
AttributeError: 'Sanic' object has no attribute 'listener'
The code starts to work from 0.7 sanic version.
7 years ago
Miguel Grinberg
4822d8125d
reorganization of examples, plus some new ones for the client
8 years ago
Miguel Grinberg
fc5fbcf005
minor example code fix
8 years ago
iepngs
251b5be9df
resolve wrong variable and css element ( #177 )
* resolve wrong variable and css element
* fixed error variable
8 years ago
Miguel Grinberg
1768e251b9
updates to asgi examples
8 years ago
Miguel Grinberg
b214380d05
ASGI support
8 years ago
Miguel Grinberg
015ea2037f
updated dependencies and fixed linter error
8 years ago
Miguel Grinberg
2a8befdbc9
Tornado examples readme
8 years ago
Miguel Grinberg
555b69e807
Tornado 5 support
8 years ago
Jacopo Farina
06e7cece74
aiohttp instead of flask in example HTML ( #91 )
* aiohttp instead of flask in example HTML
* page title is now python-socketio
9 years ago
Miguel Grinberg
8415a7a33c
updated socketio js client to v2.0.4 in all examples
9 years ago
Miguel Grinberg
690be4fd19
fixed requirements file for python 2
9 years ago
Miguel Grinberg
1ecbf5bef0
minor improvements to django example
9 years ago
Miguel Grinberg
3531b513a8
Django example
9 years ago
Miguel Grinberg
2582f286f5
websocket support for sanic
9 years ago
Miguel Grinberg
38af61ee1f
sanic examples (long-polling only)
10 years ago
Miguel Grinberg
ce44133acd
redis message queue for asyncio
10 years ago
Miguel Grinberg
5c882acd88
readme files and requirements for all examples
10 years ago
Miguel Grinberg
763583226a
a few asyncio related fixes
10 years ago
Miguel Grinberg
53d10d9f32
asyncio support
10 years ago
Miguel Grinberg
5529fbb2bd
document the use of the new gevent_uwsgi async mode
10 years ago
Miguel Grinberg
33bd933d8b
add explicit eventlet.wsgi import
10 years ago
Miguel Grinberg
0810f0b039
a few improvements to examples
10 years ago
Miguel Grinberg
20185c9a95
a few improvements to examples
10 years ago
Miguel Grinberg
5bb6c9da7d
Cleaned up the interface to provide a custom client manager
11 years ago
Miguel Grinberg
798c126d76
Added a latency check example
11 years ago