DEV Community

Discussion on: What's your go-to stack these days?

Collapse
 
ben profile image
Ben Halpern

What's your Rust library/framework set look like?

Collapse
 
adam_cyclones profile image
Adam Crockett 🌀 • Edited

So on the Rust side.

Actix Web although I tried Rocket which was also great, I wanted to use http2 on what is reportedly the fastest web server around. the reason being the stack I am developing is ESModule based so I am trying to move away from a bundler and get as many small requests as I can. the experience feels like 2005 but with Typescript powers, Its liberating!

For the front end, it has to be XState and lit-hml / lit-element. so enjoyable.

The intro to this project can be found here. Rust has been decided after this post was created. I am working hard on a full shop to showdev, its going really well and probably will be done next month.

Thread Thread
 
kayis profile image
K

This sounds really interesting!

Thread Thread
 
gablaroche profile image
Gabriel Laroche

This is really cool, I've been chewing at rust for web development, but I'm wondering how/where you can host a rust web server?

Thread Thread
 
adam_cyclones profile image
Adam Crockett 🌀

I'm likely to spin up a AWS lightsail or something small to install rust. I think that'll do for early days.

Thread Thread
 
kayis profile image
K

Lambda also has a Rust runtime.

Thread Thread
 
terkwood profile image
Felix Terkhorn

🔬 On my list of stuff to tinker with! 🔬