Vonger / vohttpd

Simple, Flexible, Fast, Embedded httpd.

Home Page:http://vonger.cn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vohttpd

Simple, Flexible, Fast, Embedded httpd.

http://vonger.cn

##Compile##

###Compile vohttpd###

$ cd src
$ make

Then you will get vohttpd executable file in current directory.

###Compile Plugin##

$ cd src
$ make plugins

.so files will be generated in ./plugins

###Clean###

$ make clean

###Cross Compile###

$ cd src
$ make CROSS_COMPILE=mipsel-openwrt-linux-uclibc-
$ make plugins CROSS_COMPILE=mipsel-openwrt-linux-uclibc-

###TODO List###

  1. auth plugin.
  2. add https to vohttpd.
  3. main control plugin, used to load plugin and its related html files.

About

Simple, Flexible, Fast, Embedded httpd.

http://vonger.cn

License:Apache License 2.0


Languages

Language:C 83.9%Language:JavaScript 15.0%Language:Makefile 1.1%