DEV Community

Discussion on: State of Rust Web Frameworks (Server, DB)

Collapse
 
ghost profile image
Ghost • Edited

Thanks for the shoutout! glad that it helped, your post ended up very concise and clear, congrats. If I may add, the whole async-std/async-h1/tide has a very active discord chatroom, (links their respective lib.rs pages), and as is so new, they are very open to questions and suggestions and someone more knowledgeable than me could make a huge impact now that everything is new in the whole chain, from the base executor to the framework. And by the way take a look at Askama too, it's the templating crate I'm using now, is pretty much Jinja for Rust, templates are compiled and type checked, the syntax is pretty much the same, great alternative for SSR.