kestrel icon indicating copy to clipboard operation
kestrel copied to clipboard

Add an admin shell/console for interactive debugging of live server

Open nsjph opened this issue 10 years ago • 0 comments

An integrated shell, similar to supervisorctl or a router console would be a useful interface for interacting with a running server, inspecting the state of connections and the network, and modifying the live configuration.

Initial thoughts are to embed something like glisp to create a scriptable interface, and expose functions and internal state to the glisp virtual machine. This would be designed for administrative/development use only, and restricted accordingly.

nsjph avatar Feb 05 '15 11:02 nsjph