Get the latest tech news

Rust needs a web framework


Monday, September 30, 2024 I like to make silly things, and I also like to put in minimal effort for those silly things. I also like to make things in Rust, mostly for the web, and this is where we run into a problem.

This can be done separately, but having it as part of the same web server is extremely handy for both local development and for small-time deployments that won't handle much traffic. Admin tooling: This is arguably a quality-of-life issue, not a necessity, except that every time you setup your application in a local environment or in production you're going to have to bootstrap it with at least one user or some data. The goal for newt is to be able to create a new small web app and start on the actual project in minutes instead of days, bypassing the entire process of wiring things up.

Get the Android app

Or read this on Hacker News

Read more on:

Photo of Rust

Rust

Photo of web framework

web framework

Photo of Lazy Developers

Lazy Developers

Related news:

News photo

Speeding up the Rust compiler without changing its code

News photo

Code Generation in Rust vs. C++26

News photo

Comparing our Rust-based indexing and querying pipeline to Langchain