I’ve been trying to learn the Rust programming language over the last couple of months. So far, I’m quite impressed with it.
There are a ton of incredible Rust features, and it has actually been named the most loved programming language for four straight years by the Stack Overflow Developer Survey ( 2019 results). I won’t get into too much detail about Rust, but this great article explains what the language is and why people love it.
I’ve used Node’s Express to build some APIs in the past, so I wanted to compare it directly to Rust’s Rocket. Lacking a bit of creativity, I created two functions for each server.
#nodejs #rust #express #javascript