Skip to content

azaky/libevent-http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

libevent-http-server

A simple http server using libevent. More info about libevent, visit http://libevent.org/

How to run

Compilation:

gcc -o server-evhttp server-evhttp.c -levent

Running:

./server-evhttp [port, defaults to 8080]

Storing files

This server will look for htdocs folder in the same directory as the executable. This server accepts html files only.

About

A simple http server using libevent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published