Skip to content

Commit bb29def

Browse files
committed
Move Starlite and Sanic above wsproto
1 parent f6d7afc commit bb29def

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pydis_site/templates/events/pages/code-jams/9/frameworks.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -85,42 +85,42 @@ <h3 id="approved-frameworks"><a href="#approved-frameworks">Approved Frameworks<
8585
<div class="card mb-4">
8686
<div class="card-content">
8787
<div class="content">
88-
<p class="subtitle">wsproto</p>
89-
<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.
88+
<p class="subtitle">Starlite</p>
89+
<p>Starlite is a light and flexible ASGI API framework, using Starlette and Pydantic as foundations.
9090
</p>
9191
</div>
9292
</div>
9393
<div class="card-footer">
94-
<a href="https://python-hyper.org/projects/wsproto/en/stable" class="card-footer-item"><i class="fas fa-book"></i>&ensp;Documentation</a>
95-
<a href="https://github.com/python-hyper/wsproto" class="card-footer-item"><i class="fab fa-github"></i>&ensp;GitHub</a>
94+
<a href="https://starlite-api.github.io/starlite" class="card-footer-item"><i class="fas fa-book"></i>&ensp;Documentation</a>
95+
<a href="https://github.com/starlite-api/starlite" class="card-footer-item"><i class="fab fa-github"></i>&ensp;GitHub</a>
9696
</div>
9797
</div>
9898

9999
<div class="card mb-4">
100100
<div class="card-content">
101101
<div class="content">
102-
<p class="subtitle">Starlite</p>
103-
<p>Starlite is a light and flexible ASGI API framework, using Starlette and Pydantic as foundations.
102+
<p class="subtitle">Sanic</p>
103+
<p>Sanic is an ASGI compliant web framework designed for speed and simplicity.
104104
</p>
105105
</div>
106106
</div>
107107
<div class="card-footer">
108-
<a href="https://starlite-api.github.io/starlite" class="card-footer-item"><i class="fas fa-book"></i>&ensp;Documentation</a>
109-
<a href="https://github.com/starlite-api/starlite" class="card-footer-item"><i class="fab fa-github"></i>&ensp;GitHub</a>
108+
<a href="https://sanic.dev/en/guide/advanced/websockets.html" class="card-footer-item"><i class="fas fa-book"></i>&ensp;Documentation</a>
109+
<a href="https://github.com/sanic-org/sanic" class="card-footer-item"><i class="fab fa-github"></i>&ensp;GitHub</a>
110110
</div>
111111
</div>
112112

113113
<div class="card mb-4">
114114
<div class="card-content">
115115
<div class="content">
116-
<p class="subtitle">Sanic</p>
117-
<p>Sanic is an ASGI compliant web framework designed for speed and simplicity.
116+
<p class="subtitle">wsproto</p>
117+
<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.
118118
</p>
119119
</div>
120120
</div>
121121
<div class="card-footer">
122-
<a href="https://sanic.dev/en/guide/advanced/websockets.html" class="card-footer-item"><i class="fas fa-book"></i>&ensp;Documentation</a>
123-
<a href="https://github.com/sanic-org/sanic" class="card-footer-item"><i class="fab fa-github"></i>&ensp;GitHub</a>
122+
<a href="https://python-hyper.org/projects/wsproto/en/stable" class="card-footer-item"><i class="fas fa-book"></i>&ensp;Documentation</a>
123+
<a href="https://github.com/python-hyper/wsproto" class="card-footer-item"><i class="fab fa-github"></i>&ensp;GitHub</a>
124124
</div>
125125
</div>
126126

0 commit comments

Comments
 (0)