You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this article is touches on some problems with cent os & nodejs in development mode, but really is going in detail about the two in hosting & deploying -- specifically --
""" Just like on your development machine you can run node app.js on your server and your code will be executed perfectly.
However, this is far from ideal and there are many problems with it. Let’s look at just a few of them.
Serving static files, like JavaScript, images & CSS, can be done with node but it is not very efficient. It will use too much memory and it might not cache frequently accessed files, which in result can make your Node app slow or even crash it. """
The Installing Node.js via package manager page has a nice page with specific sections about CENT OS
[personal opinion]
I think from what i searched is, there isn't a plethora amount of nodejs & cent os experience going on
but i'm sure you will find enough to get by to fix your problems.
[bato@ainode06 nodejs]$ ./node-v4.4.7-linux-x64/bin/node -v
v4.4.7
my server.js is
[bato@ainode06 node-v4.4.7-linux-x64]$ cat server.js
and after use ab command bench
the nodejs memory like this
[bato@ainode06 ~]$ ps u
i don't know why node js take 60144kb memory just for hello world program. any information ?
The text was updated successfully, but these errors were encountered: