i've always wished sqlite3 could be included as nodejs builtin, so that nodejs is self-sufficient (like python) for writing quick-and-dirty, embeddable web-servers with zero-dependencies. makes deployment much simpler without complications from npm.
-kai On Wed, Nov 28, 2018, 13:06 <[email protected]> wrote: > 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. > > On Sunday, November 18, 2018 at 1:33:12 PM UTC+8, Mikkel Wilson wrote: >> >> 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> >> >> >> On Saturday, November 17, 2018 at 12:16:20 AM UTC-8, [email protected] >> wrote: >>> >>> 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 [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/nodejs/10b20146-2acf-443b-840f-7f05629406f9%40googlegroups.com > <https://groups.google.com/d/msgid/nodejs/10b20146-2acf-443b-840f-7f05629406f9%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 [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/CALPJ473%3DhuX8O8D8v%2BgD5%3D1tGwHrY2T%2B-FoV5QbqDc0GAQ2Yfg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
