220622

220622

Demo Spec

Google's has no event algorithm. It partially has some implementations, such as addEventListener. The event algorithm goes much more profound than that.

Then, should cover very partial APIs. The question goes: how do we know what will be the core and what will be plugins?

Note that the division between core and plugin should be the importance of each feature, not size.

Currently thinking:

Since implements an arbiter, which spans more than just a ... We should be able to decline whatever is not allowed.

Terminology:

  • Host. The main thread app
  • Guest. Untrusted, third-party app that should be containerized.

Primary goals in Demo

  • Non-blocking (Guests' operation cannot affect the normal execution of the Host.)
  • Isolated (Guests can never unauthorizedly affect the Host)
  • Submissive (the Host can forcefully shut down guests)

Preferably, and will already have a non-blocking operation feature. Needs confirmation.

We should start from isolation. Then, the next step is to investigate how deep isolation iframe provides.

Today's

Deno raises $21M

  • An Isolate Cloud is. Similarly, a compute abstraction uses only the application code and the most minimal package possible.

Deno envisions a -like experience for the (FaaS.)

Backlinks0

No backlinks found.