youtube image
From YouTube: "Moddable: Applying SES to Things" by Peter Hoddie

Description

SES is a JavaScript runtime library for running such third-party code safely inside a featherweight compartment. SES stands for Secure ECMAScript, where ECMAScript is the standards name for JavaScript. SES addresses JavaScript’s lack of security. SES supports practicing of the Principle of Least Authority (or POLA) so that the risk from most third-party code can be substantially reduced.

Lightbulb code https://gist.github.com/phoddie/9f87cc8f2efd9056c20a1bf5a445466e

Learn about Moddable: https://www.moddable.com/
Learn about SES: https://github.com/Agoric/SES/