aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/events/pages
diff options
context:
space:
mode:
authorGravatar Bluenix <[email protected]>2022-07-14 01:54:40 +0200
committerGravatar Bluenix <[email protected]>2022-07-14 01:54:40 +0200
commitbb29def3418df6f6c9b2d0ad9c428fcac05d0d15 (patch)
tree19bd1f296806099391d4ca27ca855999386219c6 /pydis_site/templates/events/pages
parentRemove `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.html24
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>&ensp;Documentation</a>
- <a href="https://github.com/python-hyper/wsproto" class="card-footer-item"><i class="fab fa-github"></i>&ensp;GitHub</a>
+ <a href="https://starlite-api.github.io/starlite" class="card-footer-item"><i class="fas fa-book"></i>&ensp;Documentation</a>
+ <a href="https://github.com/starlite-api/starlite" class="card-footer-item"><i class="fab fa-github"></i>&ensp;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>&ensp;Documentation</a>
- <a href="https://github.com/starlite-api/starlite" class="card-footer-item"><i class="fab fa-github"></i>&ensp;GitHub</a>
+ <a href="https://sanic.dev/en/guide/advanced/websockets.html" class="card-footer-item"><i class="fas fa-book"></i>&ensp;Documentation</a>
+ <a href="https://github.com/sanic-org/sanic" class="card-footer-item"><i class="fab fa-github"></i>&ensp;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>&ensp;Documentation</a>
- <a href="https://github.com/sanic-org/sanic" class="card-footer-item"><i class="fab fa-github"></i>&ensp;GitHub</a>
+ <a href="https://python-hyper.org/projects/wsproto/en/stable" class="card-footer-item"><i class="fas fa-book"></i>&ensp;Documentation</a>
+ <a href="https://github.com/python-hyper/wsproto" class="card-footer-item"><i class="fab fa-github"></i>&ensp;GitHub</a>
</div>
</div>