Skip to content

Keep server running after tab closure #6

Description

@ssbagpcm

Description
Currently, when a browser tab containing a running CyberCoder server instance is closed, the server shuts down immediately.

Current Behavior

  • Server stops when browser tab is closed
  • Example: A Python web server running at https://www.cybercoder.ai/?sandbox=cr3n29 terminates upon tab closure

Requested Feature
Add functionality to keep servers running in the background even after the browser tab is closed. This would enable:

  • Long-running services
  • Background processes
  • Continuous server operation independent of browser session

Use Case
Running persistent services like web servers or long-running scripts without requiring the browser tab to stay open.

♥️ Thanks for the amazing platform!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions