{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/4"}],"enrichment":{"capability":"Adds a WebSocket-based HTTP proxy endpoint to Jupyter notebook servers, enabling cross-domain HTTP communication from browsers to localhost that would otherwise be blocked.","skillfed_tags":["jupyter-extension","abandoned"],"use_cases":["Enable Google Colab or other hosted Jupyter frontends to communicate with a local Jupyter notebook server via WebSocket tunneling.","Proxy HTTP requests from a browser-based notebook interface to localhost when cross-origin policies would normally block direct HTTP.","Set up development environments where a remote or sandboxed notebook UI needs controlled access to a local kernel.","Work around browser security restrictions in custom Jupyter deployments that require cross-domain communication."],"what_it_does":"jupyter-http-over-ws is a Jupyter server extension that works around browser same-origin policy restrictions by proxying HTTP traffic through WebSocket connections. Browsers block cross-domain HTTP requests to localhost but permit WebSocket communication to the same origin, making this extension useful for scenarios like Google Colab where a frontend needs to communicate with a local Jupyter server.\n\nThe extension adds a /http_over_websocket endpoint to the Tornado-based notebook server and requires explicit trust configuration via the allow_origin flag. It depends on notebook, tornado, six, and enum34, and operates as a pure Python wheel with low installation friction. However, the project is archived and abandoned since late 2022, with the last release in March 2020, meaning it receives no maintenance or updates.","worth_installing":"No. The package is abandoned (archived repository, no commits since 2022-11-09, last release March 2020) and its dependencies (six, enum34, tornado, notebook) have evolved significantly since then. Unless you are maintaining legacy code that already uses it, the lack of maintenance creates compatibility and security risks with modern Jupyter and Python versions. Consider alternatives or evaluate whether the underlying use case still applies to current Jupyter architecture."},"id":"jupyter-http-over-ws","links":{"html":"https://skillfed.io/packages/jupyter-http-over-ws","md":"https://skillfed.io/packages/jupyter-http-over-ws.md","pypi":"https://pypi.org/project/jupyter-http-over-ws/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2020-03-12","license_spdx":null,"license_treatment":"permissive","name":"jupyter-http-over-ws","python_support":"unspecified","summary":"Jupyter support for HTTP-over-ws"},"popularity":{"monthly_downloads":290738,"position":7982,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.0.8"}
