0
Trying to build an MVP quickly, focused mainly on APIs. Torn between Flask, Express.js, and FastAPI. Need something lightweight but scalable. Which do you guys recommend and why? Quicker the better, please.
Submitted 1 week ago by appmonkey
0
0
0
0
0
Flask is great if you like to keep things minimal and Pythonic. You're not traded with boilerplate and can grow from a microservice to something more substantial without hassle. You need some discipline for organizing bigger projects, though.
0
0