yaws
High performance HTTP 1.1 webserver written in Erlang
Install
- All systems
-
curl cmd.cat/yaws.sh
- Debian
-
apt-get install yaws
- Ubuntu
-
apt-get install yaws
- Arch Linux
-
pacman -S yaws
- Kali Linux
-
apt-get install yaws
- Fedora
-
dnf install yaws
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install yaws
- OS X
-
brew install yaws
- Raspbian
-
apt-get install yaws
- Dockerfile
- dockerfile.run/yaws
yaws
High performance HTTP 1.1 webserver written in Erlang
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 binaries and config to run Yaws in standalone mode where it works as a regular webserver daemon.