diff options
author | 2022-07-14 01:16:47 +0200 | |
---|---|---|
committer | 2022-07-14 01:16:47 +0200 | |
commit | f6d7afceacf4a30630037777dcf7a4c719923e61 (patch) | |
tree | b17e6ea3e159bcc03c7c64cd63abf114bce1ff66 /pydis_site | |
parent | Merge pull request #740 from python-discord/update-django (diff) |
Remove `flask-socketio` from approved frameworks
Diffstat (limited to 'pydis_site')
-rw-r--r-- | pydis_site/templates/events/pages/code-jams/9/frameworks.html | 14 |
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> Documentation</a> - <a href="https://github.com/miguelgrinberg/flask-socketio" class="card-footer-item"><i class="fab fa-github"></i> 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> |