How to Install unicorn in Ubuntu 18.04



Install unicorn by entering the following commands in the terminal:

sudo apt update
sudo apt install unicorn

Description:

Rack HTTP server for fast clients

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 and Unix-like kernels. Slow clients should only be served by placing a reverse proxy capable of fully buffering both request and response in between Unicorn and slow clients.

Homepage: http://unicorn.bogomips.org/

Version: 5.4.0-1build1

Section: universe/ruby