Skip to content

Commit

Permalink
Added NGINX Unit to the Servers list (#50)
Browse files Browse the repository at this point in the history
* Added NGINX Unit to the Servers list

Added NGINX Unit (https://unit.nginx.org) to the list of servers supporting the ASGI specification.

* Update README.md

---------

Co-authored-by: Florimond Manca <[email protected]>
  • Loading branch information
Artem Konev and florimondmanca authored May 3, 2023
1 parent b0f3f99 commit 2a93851
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ _Web servers for ASGI applications._

- [Daphne](http://github.com/django/daphne) - An HTTP, HTTP2 and WebSocket protocol server for ASGI, developed to power Django Channels.
- [Hypercorn](https://pgjones.gitlab.io/hypercorn/index.html) - An ASGI server based on the sans-io hyper, h11, h2, and wsproto libraries. Supports HTTP/1, HTTP/2, WebSockets, ASGI 2.0 and ASGI 3.0. Compatible with asyncio, uvloop and trio worker types.
- [NGINX Unit](https://unit.nginx.org) - A universal web app server that supports ASGI.
- [Uvicorn](https://www.uvicorn.org/) - A fast ASGI server based on uvloop and httptools. Supports HTTP/1 and WebSockets.

## Testing
Expand Down

0 comments on commit 2a93851

Please sign in to comment.