Monkey Server v1.6

Monkey is a high performance Open Source Web Server and development stack. It has been designed to be scalable by nature through low memory and CPU consumption, the right choice for High-End production servers and Embedded devices.

Release Notes

Monkey v1.6.0

This version is a major improvement since the previous series: improved TLS, add additional support for OSX and BSD, the scheduler is aware about protocol handlers (HTTP2 is coming!), a new HTTP parser have been implemented, the plugins can be static or dynamic, the build system is now based on CMake, general performance have been improved and much more. We invite you to read our official release notes:

Design, goals and Vision

Performance & Innovation

Monkey is a complete event-driven HTTP framework. It have been designed as a small core capable to extend it behavior through the plugin interface.

It have been highly optimize to reduce the memory and CPU consumption, making it a great choice for Embedded Linux environments.