node.js tag

261 questions


1 answers
93 views
0
The PC browser cannot connect to the Node.js program via Sokect.io.

I'm thinking of doing Socket communication between my PC browser and the server.The environment is as follows:Ubuntu 14.04apache22.4.7When you open a page with a browser, it connects to the server and...

1 years ago

2 answers
63 views
0
I don't know how to stop the server.

Thank you for your help.Rails server does not work.I used nodejs before, so I think it's probably because of that's why.I want to stop nodejs, but I don't know.I am using CentOS with Virtualbox.Consol...

1 years ago

2 answers
72 views
0
I don't know how to stop the server.

Thank you for your help.Rails server does not work.I used nodejs before, so I think it's probably because of that's why.I want to stop nodejs, but I don't know.I am using CentOS with Virtualbox.Consol...

1 years ago

2 answers
58 views
0
Is there a way to do node.js forEach in parallel?

move on node.jsIf there is an array of objects in JavaScript code, would it be possible to move them in parallel when we rotate them in forEach?(Promise if possible) varobj=[{a:abc, b:123, c:true}, {a...

1 years ago

2 answers
86 views
0
Is there a way to do node.js forEach in parallel?

move on node.jsIf there is an array of objects in JavaScript code, would it be possible to move them in parallel when we rotate them in forEach?(Promise if possible) varobj=[{a:abc, b:123, c:true}, {a...

1 years ago

1 answers
72 views
0
I created a web server with node.js, but I can't access the web page.

Thank you for your help.I created a web server with node.js, but I can't access the web page. (I can't see it in my browser) Filename server.jsvar http=require('http');var server = http.createServer()...

1 years ago

1 answers
94 views
0
Error while installing sails.

I am using node js.I am trying to install Sails in npm?, but I always get this error.What's wrong?C:\Users\Username\AppData\Roaming\npm\node_modules\sails\node_modules\socket.io\node_modules\socket.io...

1 years ago

1 answers
93 views
0
Error while installing sails.

I am using node js.I am trying to install Sails in npm?, but I always get this error.What's wrong?C:\Users\Username\AppData\Roaming\npm\node_modules\sails\node_modules\socket.io\node_modules\socket.io...

1 years ago

1 answers
109 views
0
Error on gulp webserver

events.js:85 below;// Unhandled 'error' event ^Error: getaddrinfo ENOTFOUND localhost at errnoException (dns.js:44:10) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:94:26)When I hit the gulp...

1 years ago

1 answers
83 views
0
Source build is successful in webpack on electron, but nothing is displayed

Electron react successfully builds source in webpack, but nothing is displayed I've done a lot of research and fixed it, but I don't know what's wrong anymore.For reference, I am reading Node.js and R...

« - 3 - »

© 2024 OneMinuteCode. All rights reserved.