mini-web-server 0.1.2

A mini HTTP web server that uses a thread pool to respond asynchronously. Not intended for general use.
Documentation
  • Coverage
  • 22.22%
    2 out of 9 items documented0 out of 6 items with examples
  • Size
  • Source code size: 9.28 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.48 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • codehub-kirans

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