How to Install starlet in Ubuntu 18.04



Install starlet by entering the following commands in the terminal:

sudo apt update
sudo apt install starlet

Description:

simple, high-performance PSGI/Plack HTTP server

Starlet is a standalone HTTP/1.0 server with keep-alive support, formerly known as Plack::Server::Standalone::Prefork and Plack::Server::Standalone::Prefork::Server::Starter. . The server supports following features, and is suitable for running HTTP application servers behind a reverse proxy. . - prefork and graceful shutdown using Parallel::Prefork - hot deploy using Server::Starter - fast HTTP processing using HTTP::Parser::XS (optional)

Homepage: https://metacpan.org/release/Starlet

Version: 0.31-1

Section: universe/perl