https://github.com/maaarcocr/slow
An HTTP Server made in Rust for fun.
https://github.com/maaarcocr/slow
Last synced: about 1 year ago
JSON representation
An HTTP Server made in Rust for fun.
- Host: GitHub
- URL: https://github.com/maaarcocr/slow
- Owner: Maaarcocr
- License: mit
- Created: 2016-10-24T12:11:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-24T12:21:29.000Z (over 9 years ago)
- Last Synced: 2025-02-14T18:20:21.811Z (over 1 year ago)
- Language: Rust
- Size: 265 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slow
An HTTP Library made in Rust for fun.
## Why I created this library
I have created this library because I wanted to learn how an http server works and how people make new ones. I have not created this with the aim of substituting Hyper or any other Rust HTTP library. It's mainly an educational project.
## Source of Inspiration
The style used in this library is similar to the Go HTTP library due to the fact that I find it awesome.
## Status of the project
The project is not even in an MVP stage. It doesn't comply to the HTTP protocol and I still need to add different features.
## If you want to get involved
In case you like the idea of porting something similar to the golang HTTP library to Rust or if you want to experiment with creating a new HTTP Library from scratch just make a pull request or contact me!