{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/8"},{"label":"Application Frameworks","url":"https://skillfed.io/packages/category/software-development-libraries-application-frameworks/2"}],"enrichment":{"capability":"trame-server provides the server-side runtime for trame applications, managing shared state, client-server communication, and web server hosting for interactive Python applications.","skillfed_tags":["web-framework","websocket-server","jupyter-compatible"],"use_cases":["Build interactive Python dashboards that run in Jupyter notebooks without leaving the notebook environment","Create standalone desktop applications with a web UI that communicate with Python backend logic","Develop real-time collaborative tools where multiple clients share application state managed on the server","Prototype scientific or data-visualization applications with live Python computation and browser-based rendering","Deploy web-based tools that need bidirectional communication between browser and Python without writing separate backend code"],"what_it_does":"trame-server is the server-side engine for trame, a Python framework for building interactive web applications. It handles the core infrastructure: managing shared application state, routing client-server communication over WebSocket, and running a flexible web server that works both in Jupyter notebooks and as standalone desktop applications. The package is designed as an internal component and is typically installed as a dependency of the main trame package rather than used directly.\n\nThe server exposes lifecycle callbacks (on_server_start, on_client_connected, on_error, etc.) that let you hook into application events, and supports environment variables for tuning network behavior (message size limits, heartbeat timing, debug modes). It relies on wslink for WebSocket communication and more-itertools for utility functions.","worth_installing":"Yes, if you are building a trame application. Install it as a dependency of trame rather than directly. The package is actively maintained, has low installation friction, uses a permissive license, carries no known vulnerabilities, and is positioned in the top 5000 PyPI packages by download volume. It is production-stable and suitable for both prototyping and deployment."},"id":"trame-server","links":{"html":"https://skillfed.io/packages/trame-server","md":"https://skillfed.io/packages/trame-server.md","pypi":"https://pypi.org/project/trame-server/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-08","license_spdx":null,"license_treatment":"permissive","name":"trame-server","python_support":"supports_current","summary":"Internal server side implementation of trame"},"popularity":{"monthly_downloads":921567,"position":4717,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"3.14.0"}
