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.
I’m Michaël, a freelance software developer and designer based in Lyon, France. I am focusing on how technology can help improve individuals freedom and security.
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.