In net beans i have installed node.js pulgin.But my sample node program is not working.Im getting error. This is my sample code
var http = require(\"http
I had the same problem, not a lot of resources available!! finally found one which solved.
https://www.youtube.com/watch?v=b3giUSvRjPc https://joanpaon.wordpress.com/2015/08/13/how-to-setup-nodejs-with-netbeans-8-1beta/
and install nodejs from nodejs.org in the windown cmd run the command c:>npm install express-generator -g
fortunately, netbeans has the search option to find the necessary resources for node js.