mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
6 lines
346 B
Plaintext
6 lines
346 B
Plaintext
Unicorn is an HTTP server for Rack applications designed to only serve
|
|
fast clients on low-latency, high-bandwidth connections and take
|
|
advantage of features in Unix/Unix-like kernels. Slow clients should
|
|
only be served by placing a reverse proxy capable of fully buffering
|
|
both the the request and response in between Unicorn and slow clients.
|