Skip to content

A hobby implementation of an HTTP webserver written purely in C.

Notifications You must be signed in to change notification settings

rotcev/webserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

webserver

A hobby implementation of an HTTP webserver written purely in C.

Current limitations:

  • Only supports HTTP 1.1
  • Only works on windows due to reliance on the winsock api.

Ideas of things to add:

  • Arena based memory management for HTTP request/response lifecycle
  • Multithreading
  • Static file serving
  • Request route binding
  • HTTPS support

About

A hobby implementation of an HTTP webserver written purely in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published