Skip to content

deamoon/monkey

 
 

Repository files navigation

Monkey HTTP Daemon
==================

 Monkey HTTP Daemon is a fast and lightweight Web Server for GNU/Linux. It 
 has been designed to be very scalable with low memory and CPU consumption, 
 the perfect solution for Embedded Linux and/or high production environments.
 
 Besides the common features as HTTP server, it expose a flexible C API which
 aims to behave as a fully HTTP development framework, so it can be extended
 as desired through the plugins interface.

Features
======== 

 - HTTP/1.1 Compliant
 - Hybrid Networking Model: Asynchronous mode + fixed Threads
 - Indented configuration style
 - Versatile plugin subsystem / API
 - x86 & x86_64 architectures compatible (including ARM processors)
 - Common features: SSL, IPv6, Basic Auth, log writer, security, 
                    directory listing, etc.
 - Embeddable as a shared library (only one context supported currently)


Requirements
============
 Monkey requires the following components:

 - Linux Kernel >= 2.6.29
 - Glibc >= 2.5
 - Pthreads
 - GNU C Compiler >= 3.2


Join us!
========
We want to hear about you, our community is growing and you can be part of it!,
you can met us at:

 Mailing list: http://lists.monkey-project.com
 IRC: irc.freenode.net #monkey
 Twitter: http://www.twitter.com/monkeywebserver
 Identica: http://identi.ca/group/monkey
 Freecode: http://freecode.com/projects/monkey
 Linkedin: http://www.linkedin.com/groups/Monkey-HTTP-Daemon-3211216

We are open to suggestions and criticisms, if you have an idea, found a
bug, don't hesitate to report it to find a solution and if you have it,
send it to include your code.

About Maintainer
================
 Name           : Eduardo Silva Pereira
 Country	: Chile
 E-mail	     	: edsiper@gmail.com
 IRC          	: irc.freenode.net #monkey (edsiper)
 ICQ	     	: 33799244
 Project home 	: http://monkey-project.com

Packages

No packages published

Languages

  • C 97.1%
  • Python 1.5%
  • Other 1.4%