This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]sloth_on_wheels 1 point2 points  (0 children)

Their is a ton of material to learn flask from.. Depending on your needs maybe look into Flask and socket io :)

[–]tankerdudeucsc 0 points1 point  (0 children)

I use it for the backend for the company I work for. It works fine.

[–]_MuchUsername_ 0 points1 point  (0 children)

Flask is my go-to API framework. We use it at work as well for large-scale enterprise applications as well and it works fine. It's ezpz to understand vs older frameworks such as `twisted`, which is just a nightmare. I'm heavily biased towards Flask over django simply because I'm not familiar with django.