On Tue, Apr 19, 2016 at 11:17 PM, Sylvain BERTRAND <sylvain.bertr...@gmail.com> wrote: > Hi, > > For my personnal use, I needed a small http server. All "mini" http servers > out > there I had a look were, IMHO, bloaty (SDK included). > > lnanohttp is really small (including dependencies and SDK), straight on linux > kernel > syscalls with a thin layer. Tested only on x86 and with a gcc/binutils > toolchain for the moment (planing to buy an armv8 raspberry board). > > Can be use easily as a base for a beefier http server. > > https://github.com/sylware/lnanohttp > https://repo.or.cz/lnanohttp.git > > regards, > > -- > Sylvain >
What do people typically use these small http servers for? I'm genuinely interested. I personally would make my own as an exercise. Probably for an embedded system. To create something as efficient as the bigger players though? That sounds difficult.