Un elementar ''hello world''
Creaţi un sistem
let system = runtime.system('example01');
/ / adăuga codul metodei în startul sistemului
system.on ('start', () => console.log ("Hello world!"));
/ / Începe sistemul dvs.
system.start();
Version compatibility
Remember that the example works both on server and browser.