flask-sock
flask-sock copied to clipboard
WebSocket support without gevent for Flask and other WSGI frameworks.
Hi, my understanding is that this only works with the Flask dev server, and with gunicorn. How can one extend this to work with [`uwsgi`](https://uwsgi-docs.readthedocs.io/en/latest/) too? I got [`flask-socketio`](https://github.com/miguelgrinberg/Flask-SocketIO) working...
Does this Flask extension work with Flask's built in test client? Or does that need to be implemented in this project?
Is it possible to send a message to a specific user as opposed to responding to an event triggered by clients?