Production checklist of Websockets using Flask, Celery and Javascript
Note: For non-members, this article is also available at https://progressstory.com/tech/python/production-ready-websockets-using-flask-python-and-celery-worker-and-javascript/
Overview
This blog is a continuation of my last blog, which covered the basics of WebSocket, how to construct WebSocket in Python, and use…