|
|
|
|
|
by AaronO
1521 days ago
|
|
We're building a highly multi-tenant "isolate cloud" (think VMs => containers => isolates, as compute primitives). The isolate hypervisor at the core of our cloud platform is built on parts of Deno CLI (since it has a modular design), but each isolate isn't an instance of Deno CLI running in some kind of container. Isolate clouds/hypervisors are less generic and thus flexible than containers, but that specialization allows novel integration and high density/efficiency. |
|