WebSocket support for the Bottle micro web-framework. Version 0.2.9 is the latest release; the library wraps gevent and GeventWebSocketHandler to provide real-time bidirectional communication. Development appears stalled since 2013.
pip install bottle-websocketVerified import paths — ran on the pinned version, not inferred.
Basic echo server using Bottle-WebSocket with GeventWebSocketServer.
Pin gevent to 1.0.2 and gevent-websocket to 0.9.5, or consider an alternative like Flask-SocketIO or aiohttp for new projects.
Pass `server=GeventWebSocketServer` to `run()` or use `app.run(server=GeventWebSocketServer)`.
Test thoroughly with Python 3; consider migrating to a maintained alternative.
No dependency data recorded yet.