Slow Socket IO response when using Docker – Twitter API
I have a Web App built in Flask where tweets are captured (using Tweepy library) and displayed on the front-end. I used Socket IO to display the tweets live on the front-end. My code works fine when I run this…