@@ -85,42 +85,42 @@ <h3 id="approved-frameworks"><a href="#approved-frameworks">Approved Frameworks<
85
85
< div class ="card mb-4 ">
86
86
< div class ="card-content ">
87
87
< 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 .
90
90
</ p >
91
91
</ div >
92
92
</ div >
93
93
< 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 >  Documentation</ a >
95
- < a href ="https://github.com/python-hyper/wsproto " class ="card-footer-item "> < i class ="fab fa-github "> </ i >  GitHub</ a >
94
+ < a href ="https://starlite-api.github.io/starlite " class ="card-footer-item "> < i class ="fas fa-book "> </ i >  Documentation</ a >
95
+ < a href ="https://github.com/starlite-api/starlite " class ="card-footer-item "> < i class ="fab fa-github "> </ i >  GitHub</ a >
96
96
</ div >
97
97
</ div >
98
98
99
99
< div class ="card mb-4 ">
100
100
< div class ="card-content ">
101
101
< 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 .
104
104
</ p >
105
105
</ div >
106
106
</ div >
107
107
< div class ="card-footer ">
108
- < a href ="https://starlite-api.github.io/starlite " class ="card-footer-item "> < i class ="fas fa-book "> </ i >  Documentation</ a >
109
- < a href ="https://github.com/starlite-api/starlite " class ="card-footer-item "> < i class ="fab fa-github "> </ i >  GitHub</ a >
108
+ < a href ="https://sanic.dev/en/guide/advanced/websockets.html " class ="card-footer-item "> < i class ="fas fa-book "> </ i >  Documentation</ a >
109
+ < a href ="https://github.com/sanic-org/sanic " class ="card-footer-item "> < i class ="fab fa-github "> </ i >  GitHub</ a >
110
110
</ div >
111
111
</ div >
112
112
113
113
< div class ="card mb-4 ">
114
114
< div class ="card-content ">
115
115
< 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 .
118
118
</ p >
119
119
</ div >
120
120
</ div >
121
121
< 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 >  Documentation</ a >
123
- < a href ="https://github.com/sanic-org/sanic " class ="card-footer-item "> < i class ="fab fa-github "> </ i >  GitHub</ a >
122
+ < a href ="https://python-hyper.org/projects/wsproto/en/stable " class ="card-footer-item "> < i class ="fas fa-book "> </ i >  Documentation</ a >
123
+ < a href ="https://github.com/python-hyper/wsproto " class ="card-footer-item "> < i class ="fab fa-github "> </ i >  GitHub</ a >
124
124
</ div >
125
125
</ div >
126
126
0 commit comments