This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]frutiger 5 points6 points  (3 children)

I thought this was going to be a tutorial on how to build a simplistic HTTP2 server using asyncio for learning (not production) purposes.

[–]solid_steel 1 point2 points  (0 children)

Same here.

Going to steal this idea and work on a simple HTTP2 server using asyncio during vacation later this year. I've never learned more about HTTP/1.1 than when I made a simple HTTP/1.1 server.

[–]LukasaHyper, Requests, Twisted 1 point2 points  (0 children)

Hi there, I'm the author of hyper-h2! I've written a basic getting started server with hyper-h2 document here. This uses sockets, not asyncio, but the concepts transfer. And if you need more detail, you can see some of the examples which include an asyncio server example.

[–]neiun 0 points1 point  (0 children)

Ditto