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
- Host: GitHub
- URL: https://github.com/maltsev-dev/raw_web_server
- Owner: maltsev-dev
- Created: 2024-12-01T06:06:37.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-26T14:42:14.000Z (over 1 year ago)
- Last Synced: 2025-06-11T10:13:32.358Z (about 1 year ago)
- Topics: multithreading, rust-lang
- Language: Rust
- Homepage:
- Size: 1.22 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

[](https://chemyl.github.io/raw_web_server/)