Hacker News new | ask | show | jobs
by the__alchemist 1734 days ago
Important Caveat: As you implied, this is a Flask analog... ie it's minimal, and is missing features most websites use. Unlike Flask, there aren't great third-party add-ons for these, so you'll end up doing wheel reinvention for websites.

Actix is nice for non-website servers that don't need auth, email, templating, admin, auto migrations etc.