9 votes

Rocket: A Web Framework for Rust

1 comment

  1. drannex
    Link
    I have nothing but good things to say about Rocket (although native web socket support would be nice!) In fact, using Rust's thread spawners I use Rocket in nearly every project I start regardless...

    I have nothing but good things to say about Rocket (although native web socket support would be nice!)

    In fact, using Rust's thread spawners I use Rocket in nearly every project I start regardless if it's supposed to be a web application or not, just so that then I can easily build in a REST api for testing or for future usage.

    Sergio, the creator, is incredibly talented and extremely communicative with the community.

    4 votes