-
I get an unhandled exception when ZeroNet first starts up. I have a lot of sites I am trying to visit, especially the Mozilla Developer Network image. I think it choked on that, then I'm not sure what…
-
It happens a lot of times and in console it shows:
```
[00:27:10] lib.geventwebsocket.handler Initializing WebSocket
[00:27:10] lib.geventwebsocket.handler Validating WebSocket request
[00:27:10] lib…
-
Hello, I want listen a port with HttpServer, but I am not sure which port already in used, when a port was in use, nw seems to be jump to a error page..... how I can hack it please?
-
portchecker.isOpen(8088, 'localhost', function(isOpen, port, host){
console.log('port '+port+' on '+host+' is ' + (isOpen ? 'open' : 'closed'));
});
when i run the app its log in console
port 8…
-
Would you mind publishing an NPM package for this module?