I'm running a Node.js server using Socket.io to manage connections via Socket, however, I'm having a problem with SSL certificates. Most users can access the Node.js server normally, but others can not and do not get the following error:...
I remember that I installed NodeJS on a windows machine and the terminal window (Command Prompt) was replaced with a fullscreen window. If I was not mistaken I had an option during the installation.
I recently installed NodeJS v4.6.0 an...
I'm loading some information from the database and one of the columns will be a link that will delete an information.
Being on a table, the href of the link looks like this:
href="#">#
Galera,
I'm running my application running 100% on my local machine, but when I upload the files to my Node hosting on UOL HOST it does not work on startup.
I'm using the same version of the UOL node (4.4.5).
The error you have in nodejs....
I would like to know how to get all processes with nodejs equal to C #
Process[] processlist = Process.GetProcesses();
I would like to do this in NODEJS, to return all the PIDs of the computer, not just the nodejs
The idea here is to decentralize, do a load balancing .
In the following scenario:
.1 a website serving multiple subdomains with Nginx
.2 two or more servers nodejs running socket.io
My need with nodejs i...
I would like to ask a question on how to communicate 2 servers, one being nodejs and another being java.
I would like to pass json information between the 2 using socket support.
I was able to send a java information to the node and receiv...
My project has several modules, if I load them all into a file - modulos.js -, am I lowering the performance of the app? ex:
file that loads modules (modulos.js):
exports.var1 = require("...")
exports.var2 = require("...")
File 1:...
I'm using Passport and Passport-local to authenticate with Nodejs, however, the req.isAuthenticated method always returns me false, does not even serialize when I log in. I have tried to put a req.logIn () but then it gives me another error: se...