Kernelless Code

// With Kernelless Cloud, just give us your arbitrary code, and we'll run it
// in the cloud on bare metal without a kernel!
// Don't worry about dependencies. Need 'em? Just add 'em right here with
// our handy dependency injection API.
inject_dep('https://your.site/assets/js/my.js');
function foo(items) {
var x = "Wow! This is the future of software?!";
return x;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX