From bb29def3418df6f6c9b2d0ad9c428fcac05d0d15 Mon Sep 17 00:00:00 2001 From: Bluenix Date: Thu, 14 Jul 2022 01:54:40 +0200 Subject: Move Starlite and Sanic above wsproto --- .../events/pages/code-jams/9/frameworks.html | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'pydis_site/templates') 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 5bb48bc4..6efe511a 100644 --- a/pydis_site/templates/events/pages/code-jams/9/frameworks.html +++ b/pydis_site/templates/events/pages/code-jams/9/frameworks.html @@ -85,42 +85,42 @@
-

wsproto

-

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. +

Starlite

+

Starlite is a light and flexible ASGI API framework, using Starlette and Pydantic as foundations.

-

Starlite

-

Starlite is a light and flexible ASGI API framework, using Starlette and Pydantic as foundations. +

Sanic

+

Sanic is an ASGI compliant web framework designed for speed and simplicity.

-

Sanic

-

Sanic is an ASGI compliant web framework designed for speed and simplicity. +

wsproto

+

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.

-- cgit v1.2.3