Skip to content

CoolingJam/SHTTP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple HTTP

A simple (or shitty) HTTP server written in C++. This is not intended to be used as an actual web server, but as an example on how one would write a server. The server can serve static files.

Configuration

The server expects a config.toml file in the same directory as the binary.

Example config.toml

# The port to listen on
port = 8080
# The directory of the static files to be served
serve = "./www/"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors