Hello, I am working on a project to stream videos on a web app like surveillance using flask. Should I move to Django? I am using gstreamer and socket.io
Why are you thinking of switching? I would say that if you already have something working using Flask, there would need to be a pretty compelling argument to make you want to spend the time and effort to change, especially since your core application (streaming video) really lies outside the realm of either Django or Flask.
1 Like