An Erlang backed, ASGI compatible HTTP server has been released by the author of gunicorn.

https://github.com/benoitc/hornbeam

#Python #Django

GitHub - benoitc/hornbeam: WSGI/ASGI HTTP server powered by the BEAM. Mix the best of Python (AI, web apps) with Erlang (distribution, concurrency, resilience).

WSGI/ASGI HTTP server powered by the BEAM. Mix the best of Python (AI, web apps) with Erlang (distribution, concurrency, resilience). - benoitc/hornbeam

GitHub
@CodenameTim this is awesome! Thanks for sharing!
@CodenameTim It's an interesting idea. I wonder how it compares to the likes of granian, which does similar "run the HTTP bits in a native language".
@jake if I had a highly concurrent application, I'd be way more interested in trying it out. Until then, I'm a cheerleader 😁