Skip to content

A simple event loop based HTTP file server in C, using libevent v1 and http-parser

License

Notifications You must be signed in to change notification settings

robertnsharp/fsmhttp

Repository files navigation

A simple event loop based HTTP file server in C, using libevent v1 and http-parser.

The http-parser sources are included. You will need the libevent v1 shared libraries. Use 'make' to build on OpenBSD, or 'make linux' to build on linux.

NOTE: This is intended as a minimal tech demo, and is not designed for production use in public environments.

About

A simple event loop based HTTP file server in C, using libevent v1 and http-parser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published