Yaws

Yaws is a HTTP high perfomance 1.1 webserver particularly well suited for dynamic-content web applications. Two separate modes of operations are supported:

Yaws is entirely written in Erlang, and furthermore it is a multithreaded webserver where one Erlang lightweight process is used to handle each client.

The main advantages of Yaws compared to other Web technologies are performance and elegance. The performance comes from the underlying Erlang system and its ability to handle concurrent processes in an efficent way. Its elegance comes from Erlang as well. Web applications don't have to be written in ugly ad hoc languages.

erlyaws.github.io

The www page for Yaws is erlyaws.github.io. The documentation, examples as well as releases can be found there, and of course, erlyaws.github.io is itself powered by Yaws.

Code is on : https://github.com/erlyaws/yaws

Travis test results at :https://github.com/erlyaws/yaws/actions/workflows/main.yml

A mailing list exists at: https://lists.sourceforge.net/lists/listinfo/erlyaws-list

A lot of excellent engineers have contributed to Yaws over the years, we keep a list of all contributors

A high resolution logo created by Tomas Selander exists at yaws.eps

News

To see all the most recent changes and activity in Yaws development, please visit the Yaws github repository.

Valid XHTML 1.0!