An introduction to web backends in Rust - Part 2
Let's implement the second part of our webserver, we'll see how to handle JSON and a simple pattern to organise routes and handlers.
All of my long-form thoughts on programming, company building, security and privacy, collected in chronological order.
Let's implement the second part of our webserver, we'll see how to handle JSON and a simple pattern to organise routes and handlers.
Rust is a system language mainly developped at Mozilla, it's designed to limit errors leading to security issues and it aims to be as fast as possible while maintaining a good devXP.