mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
8 lines
376 B
Plaintext
8 lines
376 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 request and
|
|
response in between Unicorn and slow clients.
|
|
|
|
WWW: http://unicorn.bogomips.org/
|