aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates
diff options
context:
space:
mode:
authorGravatar Bluenix <[email protected]>2022-06-30 00:09:54 +0200
committerGravatar Bluenix <[email protected]>2022-06-30 00:09:54 +0200
commit9792dbcf8ac13785b20b60fbf3d89a30c4d13fa4 (patch)
treed007abd18dcaf4c7a29596169c7a29dfc22b6c01 /pydis_site/templates
parentReword CJ9 frameworks explanations (diff)
Add ASGI specification to list of approved CJ9 frameworks
Diffstat (limited to 'pydis_site/templates')
-rw-r--r--pydis_site/templates/events/pages/code-jams/9/frameworks.html8
1 files changed, 8 insertions, 0 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 36a6604c..63593ce4 100644
--- a/pydis_site/templates/events/pages/code-jams/9/frameworks.html
+++ b/pydis_site/templates/events/pages/code-jams/9/frameworks.html
@@ -90,6 +90,14 @@
<div class="card mb-4">
<div class="card-content">
<div class="content">
+ <p class="subtitle">ASGI</p>
+ <p class="is-italic">ASGI is the specification your favourite frameworks are built on. This is not a framework in of itself, but listed here for completeness.</p>
+ </div>
+ </div>
+
+ <div class="card mb-4">
+ <div class="card-content">
+ <div class="content">
<p class="subtitle">wsproto</p>
<p class="is-italic">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>