You are reading a single comment by @ghendo and its replies. Click here to read the full conversation.
  • sorry just to be clear in the right hand side of IDE I put
    var http = require("http");

    function onInit(){
    http.createServer(function (req, res) {
    res.writeHead(200);
    res.end("Hello World");
    }).listen(8080);}
    onInit();

    then in left hand side I type
    save()
    then I repower the device and find doesnt work

About

Avatar for ghendo @ghendo started