What does HackerNews think of robyn?

A High-Performance, Community-Driven, and Innovator Friendly Web Framework with a Rust runtime.

Language: Python

#159 in Hacktoberfest
#124 in Python
#12 in Python
#93 in Rust
Greetings HN Community!

I'm excited to share an update on a project that I've been working on: Robyn (https://github.com/sansyrox/robyn/). For those who might be unfamiliar, Robyn is a fast, asynchronous Python web framework that is built over a Rust runtime.

In the latest release (v0.32.0), we have introduced a feature that I believe many will find useful - SubRouters. This feature provides a more efficient and compact way to group routes, working seamlessly with both standard routes and web sockets. Consider it like a miniature version of the main router, designed to optimize your routing architecture.

You can explore more about this new feature here: https://github.com/sansyrox/robyn/releases/tag/v0.32.0

We are constantly striving to improve and expand Robyn's capabilities, and your feedback is crucial to this process. We would greatly appreciate any thoughts or comments you might have on the SubRouters feature or on Robyn in general. Looking forward to hearing from you all!

There is a similar project https://github.com/sansyrox/robyn

A framework for Python, the core of which is written in Rust

Looks like Robyn (https://github.com/sansyrox/robyn) aims to utilize python as a frontend to the actix rust project (https://actix.rs/).

I would love to understand more about how they call rust from python and also what it would mean for multi-arch containers