thornewolf an hour ago

to check my understanding on what this is offering, I could build something on top of this that offers remote code execution for people without needing to worry about my system being compromised? or other people's processes interacting with one another, but the VM will still be able to make web requests itself?

kjok 2 hours ago

What are the use cases?

  • selcuka 2 hours ago

    Explained in the first and second paragraphs of the README:

    > Multi-tenancy allows one server to be safely shared among many users, each of which cannot access each others or negatively affect the HTTP service.

    > Specialized sandboxes are instantiated for each request and immediately destroyed after the request, all within a single microsecond.