Topcoat: The full full-stack framework for Rust
11–20 of 51 posts
Re: Topcoat: The full full-stack framework for Rust
#12Does “full-stack” really mean “webserver + webpage” nowadays?
It is early, a lot is coming, but you can already build good stuff now.
Re: Topcoat: The full full-stack framework for Rust
#13Unfortunately, you end up bound to Python’s poor performance and poor typing stories, which Rust solves in spades.
Re: Topcoat: The full full-stack framework for Rust
#14This would take a long time to get feature complete with the core of those big full stack frameworks, but I'm rooting for it! Getting to use the Rust type system with a full stack web framework sounds incredible.
Re: Topcoat: The full full-stack framework for Rust
#15Re: Topcoat: The full full-stack framework for Rust
#16Re: Topcoat: The full full-stack framework for Rust
#17Oh man I'd love a nice full stack framework in Rust! Django, Laravel, and Rails are very neat. I used to be a micro framework kind of guy, but having everything integrated is more and more appealing over the last few years. This would take a long time to get feature complete with the core of those big full stack frameworks, but I'm rooting for it! Getting to use the Rust type system with a full stack web framework so…
There already is an ORM (https://github.com/tokio-rs/toasty/). You can see a sketch of the roadmap here: https://github.com/tokio-rs/topcoat/issues/104
Re: Topcoat: The full full-stack framework for Rust
#18Exciting, but I’d give a lot for an equivalent to Django. There are very few problems I need to solve that are fixed by htmx style “full stack” apps, but many that are solved by the generated admin, authentication framework, caching, eventing etc. Unfortunately, you end up bound to Python’s poor performance and poor typing stories, which Rust solves in spades.
jinja2rs::filters : https://github.com/westurner/dsport/blob/main/src/jinja2rs/s...
jinja2rs::filters::django : https://github.com/westurner/dsport/blob/main/src/jinja2rs/s...
Which Rust components are like the Django ORM and django.contrib.admin and DRF/FastAPI; with convention over configuration and tests and great docs?
Re: Topcoat: The full full-stack framework for Rust
#19Back in my day 'batteries-included' at least included schemas/models and a database abstraction. Claude can whip one up quick!
Re: Topcoat: The full full-stack framework for Rust
#20Oh man I'd love a nice full stack framework in Rust! Django, Laravel, and Rails are very neat. I used to be a micro framework kind of guy, but having everything integrated is more and more appealing over the last few years. This would take a long time to get feature complete with the core of those big full stack frameworks, but I'm rooting for it! Getting to use the Rust type system with a full stack web framework so…
Yes, that is the goal. Those frameworks have a bit (more than a decade) head start though :) there is a lot to build. There already is an ORM ( https://github.com/tokio-rs/toasty/ ). You can see a sketch of the roadmap here: https://github.com/tokio-rs/topcoat/issues/104
A decade? More like 21 years