7
7
NGINX Unit is a lightweight and versatile open-source server that has
8
8
three core capabilities:
9
9
10
- - it is an HTTP reverse proxy,
11
- - a web server for static media assets,
12
- - and an application server that runs code in seven languages.
10
+ - acts as an HTTP reverse proxy,
11
+ - serves static media assets,
12
+ - runs application code in seven languages.
13
13
14
- Unit is a universal web app server that compresses several layers of the modern
15
- application stack into a potent, coherent solution with a focus on performance,
16
- low latency, and scalability. It is intended as a building block for any web
17
- architecture regardless of its complexity, from enterprise-scale deployments to
18
- your pet's homepage.
14
+ Unit compresses several layers of the modern application stack into a potent,
15
+ coherent solution with a focus on performance, low latency, and scalability. It
16
+ is intended as a universal building block for any web architecture regardless
17
+ of its complexity, from enterprise-scale deployments to your pet's homepage.
19
18
20
- Unit's native RESTful JSON API enables dynamic updates with zero interruptions
19
+ Its native RESTful JSON API enables dynamic updates with zero interruptions
21
20
and flexible configuration, while its out-of-the-box productivity reliably
22
21
scales to production-grade workloads. We achieve that with a complex,
23
22
asynchronous, multithreading architecture comprising multiple processes to
@@ -27,7 +26,7 @@ platforms.
27
26
28
27
## Quick Installation
29
28
30
- ### MacOS
29
+ ### macOS
31
30
32
31
``` console
33
32
$ brew install nginx/unit/unit
0 commit comments