-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
There should be a way to host a server from the current process, that allows other processes to connect into it with an interactive console.
This would greatly improve debugging in case the execution context does not provide a way to run an interactive console on itself. (This is true when using containers.)
Additionally would help with collaboration, so multiple people can work on a single instance.
The server should run the code inputted by the client consoles.
The server stdout / stderr should be distributed between the clients.
The execution output should be returned to the clients as string / trace, so other consoles would not show that.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request