Miguel Grinberg
dc7ac74c1d
Update Django example
3 years ago
Florian Metzger-Noel
4d5e36d36f
Add application name to Sanic example ( #892 )
3 years ago
Miguel Grinberg
fb9648575e
Fix aiohttp example's background task ( Fixes #881 )
3 years ago
dependabot[bot]
342f2e3fe9
Bump sanic from 0.8 to 20.12.6 in /examples/server/sanic ( #875 )
Bumps [sanic](https://github.com/sanic-org/sanic ) from 0.8 to 20.12.6.
- [Release notes](https://github.com/sanic-org/sanic/releases )
- [Changelog](https://github.com/sanic-org/sanic/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/sanic-org/sanic/compare/0.8.0...v20.12.6 )
---
updated-dependencies:
- dependency-name: sanic
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Miguel Grinberg
273a4b0439
Add example code to flake8 linter
3 years ago
Miguel Grinberg
a07eedf54e
Pass custom authentication data with client connection ( Fixes #661 )
4 years ago
Tim Gates
b418af4c53
docs: fix simple typo, swich -> switch ( #602 )
4 years ago
Miguel Grinberg
8c5b762d72
Updated asgi examples to latest release
4 years ago
dependabot[bot]
a10ce860a8
Bump uvicorn from 0.7.0 to 0.11.7 in /examples/server/asgi ( #530 )
Bumps [uvicorn](https://github.com/encode/uvicorn ) from 0.7.0 to 0.11.7.
- [Release notes](https://github.com/encode/uvicorn/releases )
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md )
- [Commits](https://github.com/encode/uvicorn/compare/0.7.0...0.11.7 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
072527568f
Bump werkzeug from 0.14.1 to 0.15.3 in /examples/server/wsgi ( #372 )
Bumps [werkzeug](https://github.com/pallets/werkzeug ) from 0.14.1 to 0.15.3.
- [Release notes](https://github.com/pallets/werkzeug/releases )
- [Changelog](https://github.com/pallets/werkzeug/blob/master/CHANGES.rst )
- [Commits](https://github.com/pallets/werkzeug/compare/0.14.1...0.15.3 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Miguel Grinberg
94afcf643a
Updated Django example to latest release
4 years ago
dependabot[bot]
e808c624c1
Bump django from 2.1.6 to 2.2.13 in /examples/server/wsgi/django_example ( #502 )
4 years ago
Miguel Grinberg
cc9b3e97bb
v5 protocol: updated all examples
4 years ago
Miguel Grinberg
798ab6abe1
v5 protocol: add JavaScript client and server examples for testing
4 years ago
Miguel Grinberg
0f42c181da
Various simplifications to examples
6 years ago
Miguel Grinberg
aaa87a8277
Much more flexible support for static files in the server
6 years ago
Miguel Grinberg
dd3608c79e
fixed requirements file
6 years ago
Miguel Grinberg
ac7fa5cb5e
updated some requirements
6 years ago
Miguel Grinberg
f86999ff9c
updated asgi examples to the latest uvicorn
6 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.
6 years ago
Miguel Grinberg
4822d8125d
reorganization of examples, plus some new ones for the client
6 years ago