Skip to content

Interactive console server #21

@HuyaneMatsu

Description

@HuyaneMatsu

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

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions