dead1
Results
2
issues of
dead1
Hello. This code on receiving a request results with no console output and 100% CPU load. ``` javascript require('https').createServer({pfx:require('fs').readFileSync('./server.pfx')},function(request, response) { console.log(require('nodedump').dump(request)) } ).listen(1313); ``` Commands which I used to...
I'm trying to validate nodejs app POST input with JSONSelect. It would be nice if I could also manipulate the selected data. Like in the following code: ``` javascript JSONSelect.forEach(...