Skip to content

Commit 8d20f84

Browse files
committed
Add aiohttp to approved frameworks
1 parent bb29def commit 8d20f84

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,20 @@ <h3 id="approved-frameworks"><a href="#approved-frameworks">Approved Frameworks<
6868
</div>
6969
</div>
7070

71+
<div class="card mb-4">
72+
<div class="card-content">
73+
<div class="content">
74+
<p class="subtitle">AioHTTP</p>
75+
<p>AioHTTP provides both a client and server WebSocket implementation, while avoiding callback-hell.
76+
</p>
77+
</div>
78+
</div>
79+
<div class="card-footer">
80+
<a href="https://docs.aiohttp.org/en/stable/client_quickstart.html#websockets" class="card-footer-item"><i class="fas fa-book"></i>&ensp;Documentation</a>
81+
<a href="https://github.com/aio-libs/aiohttp" class="card-footer-item"><i class="fab fa-github"></i>&ensp;GitHub</a>
82+
</div>
83+
</div>
84+
7185
<div class="card mb-4">
7286
<div class="card-content">
7387
<div class="content">

0 commit comments

Comments
 (0)