Discussion:
[nodejs] Run Node.js on localhost.
f***@gmail.com
2018-11-16 04:11:36 UTC
Permalink
Hi guys, have a good day for everyone.

FYI, I'm new to Node.js and still learning about it. I have a system
running on Node.js and I am the person who needs to manage on the backend.
But, if I make any changes, I need to run it on an active server.

What I want to know is, how to run Node.js on localhost? If I can run in
localhost, I will be able to make any changes without hesitation about the
error code.
--
Job board: http://jobs.nodejs.org/
New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
---
You received this message because you are subscribed to the Google Groups "nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nodejs+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/91091951-940b-4f9d-a5e5-73cc61979912%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Mikkel Wilson
2018-11-18 04:26:35 UTC
Permalink
Does this node application need other resources (redis, database, etc) to
function? If not, you should be able to run it on your localhost exactly
the same as you would on the server.

If you're building a server in node and seeking a local development
environment, I highly recommend you read into nodemon.

Best,
Mikkel

Oblivious.io <https://www.oblivious.io/?r=googlenodejs>
Post by f***@gmail.com
Hi guys, have a good day for everyone.
FYI, I'm new to Node.js and still learning about it. I have a system
running on Node.js and I am the person who needs to manage on the backend.
But, if I make any changes, I need to run it on an active server.
What I want to know is, how to run Node.js on localhost? If I can run in
localhost, I will be able to make any changes without hesitation about the
error code.
--
Job board: http://jobs.nodejs.org/
New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
---
You received this message because you are subscribed to the Google Groups "nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nodejs+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/be43aca2-dc62-48b0-83ba-a8f6e8db572a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
f***@gmail.com
2018-11-25 05:47:08 UTC
Permalink
Yes it does need database. I managed to run the localhost http-server but I haven't link it to mongo compass yet, somehow html does not rendered. It only shows the list of directories.
--
Job board: http://jobs.nodejs.org/
New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
---
You received this message because you are subscribed to the Google Groups "nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nodejs+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/4bb860c2-12b4-4c34-be73-ae5986e2bd9c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
f***@gmail.com
2018-11-28 03:21:00 UTC
Permalink
Yes it does need database. I managed to run the localhost http-server but
I haven't link it to mongo compass yet, somehow html does not rendered. It
only shows the list of directories.
Post by Mikkel Wilson
Does this node application need other resources (redis, database, etc) to
function? If not, you should be able to run it on your localhost exactly
the same as you would on the server.
If you're building a server in node and seeking a local development
environment, I highly recommend you read into nodemon.
Best,
Mikkel
Oblivious.io <https://www.oblivious.io/?r=googlenodejs>
Post by f***@gmail.com
Hi guys, have a good day for everyone.
FYI, I'm new to Node.js and still learning about it. I have a system
running on Node.js and I am the person who needs to manage on the backend.
But, if I make any changes, I need to run it on an active server.
What I want to know is, how to run Node.js on localhost? If I can run in
localhost, I will be able to make any changes without hesitation about the
error code.
--
Job board: http://jobs.nodejs.org/
New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
---
You received this message because you are subscribed to the Google Groups "nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nodejs+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/10b20146-2acf-443b-840f-7f05629406f9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
sai krishna
2018-11-18 07:43:55 UTC
Permalink
Use nodemon for auto save the change you did

npm install -g nodemon
Post by f***@gmail.com
Hi guys, have a good day for everyone.
FYI, I'm new to Node.js and still learning about it. I have a system
running on Node.js and I am the person who needs to manage on the backend.
But, if I make any changes, I need to run it on an active server.
What I want to know is, how to run Node.js on localhost? If I can run in
localhost, I will be able to make any changes without hesitation about the
error code.
--
Job board: http://jobs.nodejs.org/
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
---
You received this message because you are subscribed to the Google Groups "nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an
To view this discussion on the web visit
https://groups.google.com/d/msgid/nodejs/91091951-940b-4f9d-a5e5-73cc61979912%40googlegroups.com
<https://groups.google.com/d/msgid/nodejs/91091951-940b-4f9d-a5e5-73cc61979912%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
Job board: http://jobs.nodejs.org/
New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
---
You received this message because you are subscribed to the Google Groups "nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nodejs+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/CAAFPGMQ1qr3cOYT7s_tt-Mhwkd3PVrZABBuLd2Dm39%2BWWb8-Vg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Loading...