For Developers
Overview
Mongoose Lite is a lightweight HTTP library, which can turn anything into a web server fast by simply adding a few lines C/C++ code. Concentrate on what matters; the logic behind your application, not the network programme complexity.
The implementation was three basic steps: 1) take the example server code, 2) copy it to your program, 3) tweak the responses a bit and you are done!Guy Bensky, Lead Algorithm Programmer, RocketUncle. Read more
Features
- Cross-platform: Windows, Mac, UNIX/Linux, iPhone, Android eCos, QNX and many other environments.
- Simple and clean embedding API. The source is in single file to make embedding easy.
- Asynchronous, non-blocking core supporting single- or multi-threaded usage.