Skip to content
Chalain edited this page Apr 28, 2017 · 4 revisions

Ouistiti - Small HTTP server

The main goal of Ouistiti is a very small HTTP server to be embedded into very small devices.

all features statically linked: 68ko
with the features as modules: 54ko + 76ko(modules)
in embedded configuration: 29ko

libhttpserver

Ouistiti is build over the libhttpserver library. This library is an external project and may be use into other projects.

The project is available on github

https://github.com/ouistiti-project/libhttpserver

Platforms support

The first version ran on Linux and Windows. Currently only the Linux version is tested.

Clone this wiki locally