@ahopkins wrote:
Thanks for sharing the code, and thanks for decoupling your server to its own package. Cleary, one of the motivations for adopting ASGI is the benefit to the community as a whole towards adopting a standard.
And, along with that, allowing the developer to make the decision about what components to use (hypercorn, uvicorn, Daphne). Speaking for myself, and I think you and I may have had this conversation together before, I appreciate micro frameworks that are really good at the basics and nothing more: handling sockets and connections, parsing and generating requests and responses, and routing handlers.