Skip to content

Implementation of Simple Web Server supporting HTTP/1.1-subset and multi-client (Lab assignment of "Computer Network" class)

Notifications You must be signed in to change notification settings

lsjbh45/web-server-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

web-server-implementation

Implementation of Simple Web Server supporting HTTP/1.1-subset and multi-client

Lab assignment of 2023-1R "Computer Network" class

Goals

Implementing an web server

  • with the C programming language and BSD socket APIs

  • supports the HTTP/1.1 specification, i.e. persistent TCP connection (with considering only the GET method and 200, 400, 404 status codes)

  • serves multiple clients using I/O multiplexing with epoll() function.

About

Implementation of Simple Web Server supporting HTTP/1.1-subset and multi-client (Lab assignment of "Computer Network" class)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published