An open API service indexing awesome lists of open source software.

https://github.com/maltsev-dev/raw_web_server

Rust raw WebServer
https://github.com/maltsev-dev/raw_web_server

multithreading rust-lang

Last synced: 9 months ago
JSON representation

Rust raw WebServer

Awesome Lists containing this project

README

          

# backend web server

* Basic web server that uses a thread pool to respond asynchronously.
* Based purely on The Rust Standard Library

![Rust Version](https://img.shields.io/badge/rust-1.83.0%20-green)
[![Documentation](https://img.shields.io/badge/Documentation-Click_here-blue)](https://chemyl.github.io/raw_web_server/)