aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates
diff options
context:
space:
mode:
authorGravatar Bluenix <[email protected]>2022-07-14 01:16:47 +0200
committerGravatar Bluenix <[email protected]>2022-07-14 01:16:47 +0200
commitf6d7afceacf4a30630037777dcf7a4c719923e61 (patch)
treeb17e6ea3e159bcc03c7c64cd63abf114bce1ff66 /pydis_site/templates
parentMerge pull request #740 from python-discord/update-django (diff)
Remove `flask-socketio` from approved frameworks
Diffstat (limited to 'pydis_site/templates')
-rw-r--r--pydis_site/templates/events/pages/code-jams/9/frameworks.html14
1 files changed, 0 insertions, 14 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 355bf9c3..5bb48bc4 100644
--- a/pydis_site/templates/events/pages/code-jams/9/frameworks.html
+++ b/pydis_site/templates/events/pages/code-jams/9/frameworks.html
@@ -85,20 +85,6 @@
<div class="card mb-4">
<div class="card-content">
<div class="content">
- <p class="subtitle">Flask-SocketIO</p>
- <p>Flask-SocketIO gives Flask applications access to low latency bi-directional communications between the clients and the server.
- </p>
- </div>
- </div>
- <div class="card-footer">
- <a href="https://flask-socketio.readthedocs.io/en/latest" class="card-footer-item"><i class="fas fa-book"></i>&ensp;Documentation</a>
- <a href="https://github.com/miguelgrinberg/flask-socketio" 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">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>