forked from monkey/monkey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
58 lines (46 loc) · 1.82 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
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