diff options
author | 2022-07-14 01:54:40 +0200 | |
---|---|---|
committer | 2022-07-14 01:54:40 +0200 | |
commit | bb29def3418df6f6c9b2d0ad9c428fcac05d0d15 (patch) | |
tree | 19bd1f296806099391d4ca27ca855999386219c6 /pydis_site/templates/events/pages | |
parent | Remove `flask-socketio` from approved frameworks (diff) |
Move Starlite and Sanic above wsproto
Diffstat (limited to 'pydis_site/templates/events/pages')
-rw-r--r-- | pydis_site/templates/events/pages/code-jams/9/frameworks.html | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/pydis_site/templates/events/pages/code-jams/9/frameworks.html b/pydis_site/templates/events/pages/code-jams/9/frameworks.html index 5bb48bc4..6efe511a 100644 --- a/pydis_site/templates/events/pages/code-jams/9/frameworks.html +++ b/pydis_site/templates/events/pages/code-jams/9/frameworks.html @@ -85,42 +85,42 @@ <div class="card mb-4"> <div class="card-content"> <div class="content"> - <p class="subtitle">wsproto</p> - <p>wsproto is a pure-Python WebSocket protocol stack written to be as flexible as possible by having the user build the bridge to the I/O. + <p class="subtitle">Starlite</p> + <p>Starlite is a light and flexible ASGI API framework, using Starlette and Pydantic as foundations. </p> </div> </div> <div class="card-footer"> - <a href="https://python-hyper.org/projects/wsproto/en/stable" class="card-footer-item"><i class="fas fa-book"></i> Documentation</a> - <a href="https://github.com/python-hyper/wsproto" class="card-footer-item"><i class="fab fa-github"></i> GitHub</a> + <a href="https://starlite-api.github.io/starlite" class="card-footer-item"><i class="fas fa-book"></i> Documentation</a> + <a href="https://github.com/starlite-api/starlite" class="card-footer-item"><i class="fab fa-github"></i> GitHub</a> </div> </div> <div class="card mb-4"> <div class="card-content"> <div class="content"> - <p class="subtitle">Starlite</p> - <p>Starlite is a light and flexible ASGI API framework, using Starlette and Pydantic as foundations. + <p class="subtitle">Sanic</p> + <p>Sanic is an ASGI compliant web framework designed for speed and simplicity. </p> </div> </div> <div class="card-footer"> - <a href="https://starlite-api.github.io/starlite" class="card-footer-item"><i class="fas fa-book"></i> Documentation</a> - <a href="https://github.com/starlite-api/starlite" class="card-footer-item"><i class="fab fa-github"></i> GitHub</a> + <a href="https://sanic.dev/en/guide/advanced/websockets.html" class="card-footer-item"><i class="fas fa-book"></i> Documentation</a> + <a href="https://github.com/sanic-org/sanic" class="card-footer-item"><i class="fab fa-github"></i> GitHub</a> </div> </div> <div class="card mb-4"> <div class="card-content"> <div class="content"> - <p class="subtitle">Sanic</p> - <p>Sanic is an ASGI compliant web framework designed for speed and simplicity. + <p class="subtitle">wsproto</p> + <p>wsproto is a pure-Python WebSocket protocol stack written to be as flexible as possible by having the user build the bridge to the I/O. </p> </div> </div> <div class="card-footer"> - <a href="https://sanic.dev/en/guide/advanced/websockets.html" class="card-footer-item"><i class="fas fa-book"></i> Documentation</a> - <a href="https://github.com/sanic-org/sanic" class="card-footer-item"><i class="fab fa-github"></i> GitHub</a> + <a href="https://python-hyper.org/projects/wsproto/en/stable" class="card-footer-item"><i class="fas fa-book"></i> Documentation</a> + <a href="https://github.com/python-hyper/wsproto" class="card-footer-item"><i class="fab fa-github"></i> GitHub</a> </div> </div> |