Skip to content

Lightweight multi-threading web-server written in Rust

Notifications You must be signed in to change notification settings

ermolushka/rs-webserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rs-webserver

Lightweight multi-threading web-server written in Rust

As of now, supports only static files (html and markdown) and GET method. Templates are stored in the templates folder. Endpoint config is in metadata.json.

To run it cargo run 127.0.0.1 8081 3 where the last para is num of threads for the execution.

About

Lightweight multi-threading web-server written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published