autumnjolitz / blaster

prototype using libmill for no reason

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blaster

A small attempt at doing an http echo server with libmill

There is a contrib directory used for storing https://github.com/nodejs/http-parser/ so we can just compile. Not mine.

Build directions

Acquire libmill. On OSX, you can use `brew install --HEAD libmill`

Compile using `gcc -DDEBUG=1 -o hello hello.c contrib/http_parser.c -lmill`

About

prototype using libmill for no reason

License:BSD 2-Clause "Simplified" License


Languages

Language:C 93.7%Language:Makefile 6.3%