Viriatum is the new minimalistic web server, targeting enthusiasts that love simplicity and speed at the same time.

It's core design is based on the concept of asynchronous non blocking I/O server and is meant to be able to handle as much as one million connections at a given time.

Viriatum also takes a modular approach to the problem and allows the loading of 3rd party modules providing functionality like: WSGI, PHP, Lua, etc. to the core.

The current licensing model is the Apache License, Version 2.0 which allows Viriatum to be freely used and integrated and/or used with other Apache license based projects.