diff options
author | 2022-06-30 00:09:54 +0200 | |
---|---|---|
committer | 2022-06-30 00:09:54 +0200 | |
commit | 9792dbcf8ac13785b20b60fbf3d89a30c4d13fa4 (patch) | |
tree | d007abd18dcaf4c7a29596169c7a29dfc22b6c01 | |
parent | Reword CJ9 frameworks explanations (diff) |
Add ASGI specification to list of approved CJ9 frameworks
-rw-r--r-- | pydis_site/templates/events/pages/code-jams/9/frameworks.html | 8 |
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> |