How to Install erlang-yaws in Ubuntu 18.04



Install erlang-yaws by entering the following commands in the terminal:

sudo apt update
sudo apt install erlang-yaws

Description:

Erlang application which implements HTTP webserver

Yaws is a high performance HTTP 1.1 webserver written in Erlang. It is a multithreaded webserver where one Erlang light weight process is used to handle each client. Two separate modes of operation are supported. . This package includes Erlang Yaws application suitable to work in embedded mode where it runs as a webserver in another Erlang application.

Homepage: http://yaws.hyber.org/

Version: 2.0.4+dfsg-2

Section: universe/httpd