×
kerneless.cloud
Congratulations! It's running!
×
kerneless.cloud
Hold on to your butts.
Debugging completed!
Toggle navigation
kernelless.cloud
Home
Code
Cloud
Metal
About
Try it!
Run
Debug
Kernelless Code
1
2
3
4
5
6
7
8
9
10
11
12
// 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