DEV Community

Discussion on: How Mandarine Framework could surpass NestJS

 
dcsan profile image
dc

in the python world it's like Flask (micro framework) focuses on it's strengths, and works very well with SQLAlchemy which is a separate and well supported project.
Django is more of a "kitchen sink" approach.

For a new stack, I would like to adopt stuff more incrementally than just go head first, esp with something i expect to support for awhile.

I've had both MeteorJS and MERB crater while using them in production.

But Manadarine looks pretty cool for a hackathon.