1 repository
Interactive command interfaces provided by a running server to execute code for administration and debugging.
Distinct from In-Shell Python Executions: Distinct from in-shell Python execution as it is a server-provided interface for live state manipulation, not a local shell feature.
Explore 1 awesome GitHub repository matching development tools & productivity · Live Server Shells. Refine with filters or upvote what's useful.
Synapse is a Matrix homeserver implementation that provides the infrastructure for decentralized, real-time communication and messaging. It functions as a federated chat server that synchronizes room data and event streams across independent server instances to enable cross-domain interoperability. The server utilizes a hybrid core that integrates performance-critical logic in Rust with a Python orchestration layer. It employs a PostgreSQL relational database for persisting user accounts and conversation history, and uses a Redis-based messaging system to distribute tasks across horizontal wo
Provides a direct command interface to the running server to administer state and debug issues in real-time.