mini-web-server

Crates.iomini-web-server
lib.rsmini-web-server
version0.1.2
sourcesrc
created_at2023-03-05 12:02:04.050581
updated_at2023-03-05 13:29:31.625151
descriptionA mini HTTP web server that uses a thread pool to respond asynchronously. Not intended for general use.
homepage
repositoryhttps://github.com/codehub-kirans/rust-projects/tree/main/mini-web-server
max_upload_size
id801265
size9,776
Kiran S (codehub-kirans)

documentation

README

Mini Web Server

A mini HTTP web server that uses a thread pool to respond asynchronously.

Supports 2 commandline arguments - threads(no of threads) and port(port number). Default threads is 4 and default port is 7878.

For example to run the server with 10 worker threads listening at port 8787, run the following command -
./mini-web-server 10 8787

License

mini-web-server is currently licensed under the terms of both the MIT license and the Apache License (Version 2.0).

Thanks,
Kiran S
https://www.kirans.in

Commit count: 0

cargo fmt