https://github.com/studyresearchprojects/trpl-multithreaded-web-server
The Rust Programing Language Final Project: Building a multithreaded web server
https://github.com/studyresearchprojects/trpl-multithreaded-web-server
Last synced: 6 months ago
JSON representation
The Rust Programing Language Final Project: Building a multithreaded web server
- Host: GitHub
- URL: https://github.com/studyresearchprojects/trpl-multithreaded-web-server
- Owner: StudyResearchProjects
- Created: 2020-07-19T22:43:02.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-18T01:18:56.000Z (almost 5 years ago)
- Last Synced: 2025-08-04T01:01:24.765Z (6 months ago)
- Language: Rust
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
trpl-multithreaded-web-server
The Rust Programing Language Final Project: Building
a multithreaded web server
This is the final project from The Rust Programming Language Book
which aims to build a a multithreaded web server.