Skip to content

WebSocket support without gevent for Flask and other WSGI frameworks.

License

Notifications You must be signed in to change notification settings

OpenCoderX/flask-sock

 
 

Repository files navigation

flask-sock

Build status codecov

WebSocket support for Flask. What makes this extension different than others is that it does not require a greenlet based server (gevent, eventlet) to work.

This WebSocket implementation is compatible with the Flask development web server. For a production deployment it can be used with Gunicorn, Eventlet or Gevent.

Resources

About

WebSocket support without gevent for Flask and other WSGI frameworks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%