I have a web application where the site is built on Python Flask. Now we want to introduce a real-time chat system on the page. Is it advisable to mix both the flask and express.js, or develop only a chat page using express.js and relax using Flask, or do we have any Framework, for example express.js in python that can work together with the flask?
source share