Skip to content

Nano Web Server is a simple, multi-threaded, web server written using POSIX Sockets.

License

Notifications You must be signed in to change notification settings

bshreddy/nanows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nano Web Server

License: MIT

Nano Web Server is a simple, multi-threaded, web server written using POSIX Sockets. Uses a process-driven approach and creates a new thread for each request. This web server can only host simple static webpages with no server-size processing. As of v2, it does not conform to any HTTP protocol. This is a learning project and is not intended to be used in a production environment.

I might implement HTTP protocol standards later, but no guarantees.

About

Nano Web Server is a simple, multi-threaded, web server written using POSIX Sockets.

Topics

Resources

License

Stars

Watchers

Forks