Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 329 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 329 Bytes

OS and Networks

WebServer implementation in C language.

Details

Initialization

The main thread will read a configuration file (WSconfig.txt) in which all the files to serve are mapped. Eventually this file may contain more config keys.

Scope

So far it serves any file in a byte stream.