Skip to content

An adventure in writing a small multi-threaded web server in C.

Notifications You must be signed in to change notification settings

piandpower/chibiWebC

 
 

Repository files navigation

ChibiWebC

ChibiWebC is an adventure in writing a small web-server in C.

Current target features are:

  • Multi-threading (done)
  • GET request parameter support (done)
  • POST request support
  • Path recognition support with callback handlers (done)
  • File serving

Design decisions

As the project develops many decisions must be made on the use of data structures or algorithms. My current approach is to keep it simple, clean and iterate as the requirements change e.g., need more speeeeeed.

Warning!

This code is a work-in-progress and not designed for external facing web-servers.

About

An adventure in writing a small multi-threaded web server in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.9%
  • Makefile 4.1%