{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/22"},{"label":"Dynamic Content","url":"https://skillfed.io/packages/category/internet-www-http-dynamic-content/4"}],"enrichment":{"capability":"Adds WebSocket support to the Bottle web framework by integrating gevent-websocket and gevent, enabling bidirectional communication on Bottle routes.","skillfed_tags":["websocket","abandoned","gevent"],"use_cases":["Build a real-time chat application where Bottle routes handle WebSocket connections for bidirectional messaging.","Create a live dashboard that pushes server updates to connected clients over WebSocket without polling.","Implement a multiplayer game backend using Bottle with WebSocket for low-latency player communication.","Add real-time notifications to a Bottle web application by broadcasting messages to subscribed WebSocket clients."],"what_it_does":"bottle-websocket is a plugin for the Bottle web framework that adds WebSocket capabilities by wrapping gevent-websocket and gevent. It allows you to define WebSocket handlers as Bottle routes using a decorator, receiving the WebSocket connection object as a route argument. The package provides GeventWebSocketServer, a server implementation that runs Bottle with WebSocket support enabled.\n\nThe package was last updated in 2015 and is no longer actively maintained. While it has no known security vulnerabilities, its age and abandonment status mean it has not been tested against modern Python versions, current Bottle releases, or recent versions of its gevent dependencies. Installation requires compiling gevent's C extensions, which adds friction on systems without build tools.","worth_installing":"No. The package is abandoned (last release 2015-09-21, last commit 2020-11-15), has high install friction due to compiled dependencies, and lacks verification of compatibility with modern Python and Bottle versions. For new projects, use a maintained WebSocket library or framework. For legacy systems already running this package, proceed with caution and plan migration."},"id":"bottle-websocket","links":{"html":"https://skillfed.io/packages/bottle-websocket","md":"https://skillfed.io/packages/bottle-websocket.md","pypi":"https://pypi.org/project/bottle-websocket/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2015-09-21","license_spdx":null,"license_treatment":"permissive","name":"bottle-websocket","python_support":"unspecified","summary":"WebSockets for bottle"},"popularity":{"monthly_downloads":76621,"position":14609,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.2.9"}
