/c_http_server

A simple http server using POSIX sockets.

Primary LanguageC

c_http_server

A simple http server using Berkeley sockets. Blocking and works on a single thread; can only serve a single HTML file and requries POSIX compliant OS.