Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow other network protocols for communication with services inside sandbox #105

Open
mlejva opened this issue Mar 17, 2024 · 0 comments
Open
Labels
improvement Improvement for current functionality

Comments

@mlejva
Copy link
Member

mlejva commented Mar 17, 2024

Users can use only the HTTP protocol when communicating with services they started inside the sandbox. This for example prevents users from communicating with a service they started inside their sandbox using WebSocket.

As far as I know, the biggest blocker in our infra at the moment is a setup of our network proxies. We could explore moving our network proxies to Layer 4 (TCP/UDP) which could enable every protocol out of the box.

Not only this would allow other protocols like Websockets but also for example running GUI applications and streaming graphics with the VNC protocol - important for AI agents that need to control apps and also for communicating what's happening to users.

@mlejva mlejva added the improvement Improvement for current functionality label Mar 17, 2024
@mlejva mlejva changed the title Allow other network protocols for communication with services inside Sandbox Allow other network protocols for communication with services inside sandbox Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement for current functionality
Projects
Status: 🤔 Exploring
Development

No branches or pull requests

1 participant