Comparison of RESTful Frameworks?

I’m developing a mission-non-critical mini-site with Angular as the front end and want to build a RESTful backend in Rust.

I’m aware of http://www.arewewebyet.org but they don’t even mention Iron (not sure why not) and some of the REST related links are 2 years old.

Can anyone point me to a comparison of the various options available?

3 Likes

I'm guessing Iron isn't mentioned because of https://github.com/iron/iron/commit/9e5bccb407b1ec8daef51b0d7494627e5c5fc307

2 Likes

Hopefully it will find a new home or maintainer because it’s popularity dwarfs the others. Some of these other frameworks could go cold before they reach Iron’s maturity, and then you’re no better off.

1 Like