You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pydis_site/templates/events/pages/code-jams/9/frameworks.html
+10-12Lines changed: 10 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,16 @@
17
17
If there is a library not listed below that you think should be here, you're welcome to discuss it with the Events Team over at <ahref="https://discord.gg/HnGd3znxhJ">the server</a>.
18
18
</p>
19
19
20
+
<divclass="notification is-info is-light">
21
+
<p>Most of the below frameworks implement what is called the ASGI Specification.
22
+
This specification documents how the frameworks should interact with ASGI servers and call the frameworks.
23
+
You are also allowed to <strong>work with the ASGI specification directly</strong> without a framework, if your team so chooses to.
24
+
Refer to the <ahref="https://asgi.readthedocs.io/en/latest/">specification online</a>.
0 commit comments