Show HN: Rooster – Personal Web Server with Rust
1–4 of 4 posts
Re: Show HN: Rooster – Personal Web Server with Rust
#2I am Product Manager, this is a personal experimental project to scratch an itch and learn something new :-)
Re: Show HN: Rooster – Personal Web Server with Rust
#3Cool! But if you want to go still lower level, maybe you could implement the basics of HTTP by reading and writing to the socket.
In Python the basics are quite easy (I wrote something about it here: http://joaoventura.net/blog/2017/python-webserver/), maybe it Rust it is as well?
Re: Show HN: Rooster – Personal Web Server with Rust
#4Cool! But if you want to go still lower level, maybe you could implement the basics of HTTP by reading and writing to the socket. In Python the basics are quite easy (I wrote something about it here: http://joaoventura.net/blog/2017/python-webserver/ ), maybe it Rust it is as well?
Yes definitely,thanks!