Skip to content

superbogy/Zerver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Zerver is a simple http server supported by epoll(may be replaced with libevent/libev in the future).

Files Description
main.c as its name implies
config.h some configuration. You can change the max num of events epoll handle and the max num of args accepted from POST request via this file.
rio.{h,c} robust io functions used in network-programming from CSAPP
sockfd.{h,c} wrappers to create listen socket and connection socket

About

Simple http server supported by epoll

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 61.6%
  • C 38.1%
  • Makefile 0.3%