https://github.com/maxmindlin/multithread-http-server
A simple multithreaded http server. For learning purposes.
https://github.com/maxmindlin/multithread-http-server
http-server rust threading
Last synced: about 1 year ago
JSON representation
A simple multithreaded http server. For learning purposes.
- Host: GitHub
- URL: https://github.com/maxmindlin/multithread-http-server
- Owner: maxmindlin
- Created: 2019-03-14T15:10:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-14T15:12:23.000Z (about 7 years ago)
- Last Synced: 2025-02-01T14:30:56.323Z (over 1 year ago)
- Topics: http-server, rust, threading
- Language: Rust
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Implementation of a multi-threaded http server written in Rust for my own learning.