hello i am currently working on node.js+express+psql+nginx app . I have created the both https And http in same app and uploaded it to the server.since uploding file each of the pages on http are running but the https had been stopped and its throwing the empty directory means it is not finding any js file from the public folder ......please help me.. Abhishek kashyap Jha
On Saturday, March 5, 2016 at 8:58:01 AM UTC+5:30, Tim Arnold wrote: > > I'm starting a MEAN project where the node/express server will be a REST > api server, only sending json in response to the defined routes. > > I have one mongodb with several collections and a few client apps to query > the collections. > > Is it a bad idea to have one server that communicates several angularjs > apps or should I keep things separated so I have a unique server for each > client app? > > I'd set up nginx to reverse proxy in any case, whether I have a single > node server or several. > > I'm pretty new to node--on one hand I like the separation that several > servers would provide, but if I'm only returning json from one mongodb > server, why not have a single server with modularized routing code? > > thanks, > --Tim > > -- 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/e6b31cb2-79a7-4df6-8c38-8cde5c0818c2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
