GitHub - libriscv/drogon-sandbox
Drogon Sandbox
Multi-tenancy
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.
Design
Specialized sandboxes are instantiated for each request and immediately destroyed after the request, all within a single microsecond.
Ephemeral sandboxes gives hard guarantee that no request leaves traces in another
Hot-reloading of tenant programs avoiding service restart
Enforced memory- and CPU- limits
Note: Th...
Read more at github.com