|
|
|
|
|
by jguzmanjr
1802 days ago
|
|
I’ve been using Actix-Web for the backend and Seed-rs for the frontend and it’s been a blast. One language to run on the server and in the browser. I admit I still have to write scss and know html but that’s no biggie. Biggest pro for using Rust, no more json! I use message pack with compact representation and my data just zips from my webapp to my server without a hitch. Not having to wonder if a field is potentially null in some deeply nested object is a magical feeling. |
|