Topcoat: The full full-stack framework for Rust
1–10 of 51 posts
Re: Topcoat: The full full-stack framework for Rust
#2Re: Topcoat: The full full-stack framework for Rust
#3One thing to keep in mind, the main reason for Topcoat to exist is that many organizations are already using Rust for infrastructure-level or performance sensitive reasons and often just want to build a web app using the programming language they already use.
Re: Topcoat: The full full-stack framework for Rust
#4I don't feel like this is solving the painpoints I feel in the Rust web framework ecosystem. And how is it full-stack if they don't have anything for the DB layer in here?
What pain points do you have in the Rust web framework ecosystem? Happy to hear.
Re: Topcoat: The full full-stack framework for Rust
#5I'm not sure that projects like Topcoat and something like their ORM is a great direction for the project, and worry that they will possibly gain outsized adoption in the community based on name recognition rather than merit.
Re: Topcoat: The full full-stack framework for Rust
#6Hmm... I'm a big fan of a lot of the things that the tokio project has built and a happy user of axum. I'm not sure that projects like Topcoat and something like their ORM is a great direction for the project, and worry that they will possibly gain outsized adoption in the community based on name recognition rather than merit.
Re: Topcoat: The full full-stack framework for Rust
#7 \m/_(>.Re: Topcoat: The full full-stack framework for Rust
#8Re: Topcoat: The full full-stack framework for Rust
#9I don't feel like this is solving the painpoints I feel in the Rust web framework ecosystem. And how is it full-stack if they don't have anything for the DB layer in here?
- Rust Fanboy; use it in several domains (embedded, PC applications, bio/chem)
- Web dev is the main thing I still use Python for, as there's nothing on Django's level.
Of interest: I am not a fan of Async in rust. I get that for web stuff it is a suitable model, but I still don't like it for no original reasons. As you stated, I don't feel like this is solving the missing aspects, e.g. auto migrations, admin, email, auth, etc.Re: Topcoat: The full full-stack framework for Rust
#10I don't feel like this is solving the painpoints I feel in the Rust web framework ecosystem. And how is it full-stack if they don't have anything for the DB layer in here?
Likewise. I'm commenting based on my position: - Rust Fanboy; use it in several domains (embedded, PC applications, bio/chem) - Web dev is the main thing I still use Python for, as there's nothing on Django's level. Of interest: I am not a fan of Async in rust. I get that for web stuff it is a suitable model, but I still don't like it for no original reasons. As you stated, I don't feel like this is solving the missi…
Better to ship early and hear what people want though :)