Skip to content

Commit 2a93851

Browse files
Artem Konevflorimondmanca
andauthored
Added NGINX Unit to the Servers list (#50)
* 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]>
1 parent b0f3f99 commit 2a93851

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ _Web servers for ASGI applications._
208208

209209
- [Daphne](http://github.com/django/daphne) - An HTTP, HTTP2 and WebSocket protocol server for ASGI, developed to power Django Channels.
210210
- [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.
211+
- [NGINX Unit](https://unit.nginx.org) - A universal web app server that supports ASGI.
211212
- [Uvicorn](https://www.uvicorn.org/) - A fast ASGI server based on uvloop and httptools. Supports HTTP/1 and WebSockets.
212213

213214
## Testing

0 commit comments

Comments
 (0)