oskaritimperi / libuvh

A simple http server using libuv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# libuvh

A simple http server using libuv for eventloop, and http-parser for doing the
protocol.

To build, you need libuv. Once that is in order, build libuvh:

    $ export CPPFLAGS=-I/path/to/libuv/includes
    $ export LDFLAGS=-L/path/to/libuv/libraries
    $ make all

About

A simple http server using libuv

License:MIT License


Languages

Language:C 100.0%