This is a Karellen fork of gevent-websocket. The goal of this fork is to maintain the project to support Python 3.3, 3.4 and 3.5+ as well as latest WS standards errata.
Features
- karellen-geventws is a WebSocket library for the gevent networking library
- Integration on both socket level or using an abstract interface
- RPC and PubSub framework using WAMP (WebSocket Application Messaging Protocol)
- Easily extendible using a simple WebSocket protocol plugin API
- Using Gunicorn it is even more easy to start a server
- karellen-geventws automatically detects wsaccel and uses the Cython implementation for UTF8 validation
