ermolushka / rs-webserver

Lightweight multi-threading web-server written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Rust 95.9%Language:HTML 4.1%