How do I put my NodeJS/ Mongodb site hosted locally to host over the internet? [closed]How to securely join two networks together over the Internet?Sharepoint Site is not Visible over the InternetAccessing samba shares over the internetPort forwarding over the InternetHow do i set up AMPache on a hosted siteLinux iptables usage route outgoing trafficHow to put my web site onlineMounting a file system over the internetnodejs server and nginx conflictHow fast should internet speed be to host a webserver?

Why is PerfectForwardSecrecy considered OK, when it has same defects as salt-less password hashing?

What food production methods would allow a metropolis like New York to become self sufficient

Why do unstable nuclei form?

What is the name of meteoroids which hit Moon, Mars, or pretty much anything that isn’t the Earth?

What do "KAL." and "A.S." stand for in this inscription?

Cryptography and elliptic curves

Is there a need for better software for writers?

Examples where existence is harder than evaluation

Has magnetic core memory been used beyond the Moon?

Two researchers want to work on the same extension to my paper. Who to help?

Is it nonsense to say B -> [A -> B]?

Passport stamps art, can it be done?

How to select certain lines (n, n+4, n+8, n+12...) from the file?

Why is it wrong to *implement* myself a known, published, widely believed to be secure crypto algorithm?

Was there a contingency plan in place if Little Boy failed to detonate?

A Cunning Riley Riddle

Is ‘despite that’ right?

Watching the game, having a puzzle

Equivalent for "Make the jacket to the button"

Has there been evidence of any other gods?

Why does increasing the sampling rate make implementing an anti-aliasing filter easier?

Is it a Munchausen Number?

What's the "magic similar to the Knock spell" referenced in the Dungeon of the Mad Mage adventure?

Names of the Six Tastes



How do I put my NodeJS/ Mongodb site hosted locally to host over the internet? [closed]


How to securely join two networks together over the Internet?Sharepoint Site is not Visible over the InternetAccessing samba shares over the internetPort forwarding over the InternetHow do i set up AMPache on a hosted siteLinux iptables usage route outgoing trafficHow to put my web site onlineMounting a file system over the internetnodejs server and nginx conflictHow fast should internet speed be to host a webserver?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








-1















My site/app is running on the localhost. How do I make it available on the www?
I want my computer to host the site. I do not want to migrate the site to a host on a Digital Ocean or other hosting service.



I have a Linux machine running Mongod and NodeJS "listening" on port 5000.
I can go to the "localhost" and use the site on that port in my browser. I can upload and delete photos on it. I can register and get it to send confirmation emails.
I cannot find a guide that shows how to get a domain registered to the site and push the site through my router. Though I know vaguely how some of this is done it is extremely murky.
Do I need Apache? Do I need to take certain security measures?



Where do port 80, the machine's public IP, its private IP, the router's IP, and the domain name tie together in a tangible way?



Every search, every guide is giving me near solutions that end up creating misdirection. (I know a Digital Ocean server is probably preferable, but I want to do this as a learning experience.)



Thank you for the link or clear steps for how to make this available on the www.
I hope that's clear enough. It's available on the localhost. I want it on the www.










share|improve this question













closed as off-topic by Michael Hampton Apr 30 at 18:56


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "Questions should demonstrate reasonable business information technology management practices. Questions that relate to unsupported hardware or software platforms or unmaintained environments may not be suitable for Server Fault - see the help center." – Michael Hampton
If this question can be reworded to fit the rules in the help center, please edit the question.
















  • I was sent here with this question already from another stack site. I was sent to this site with this question

    – Ant
    Apr 30 at 19:00

















-1















My site/app is running on the localhost. How do I make it available on the www?
I want my computer to host the site. I do not want to migrate the site to a host on a Digital Ocean or other hosting service.



I have a Linux machine running Mongod and NodeJS "listening" on port 5000.
I can go to the "localhost" and use the site on that port in my browser. I can upload and delete photos on it. I can register and get it to send confirmation emails.
I cannot find a guide that shows how to get a domain registered to the site and push the site through my router. Though I know vaguely how some of this is done it is extremely murky.
Do I need Apache? Do I need to take certain security measures?



Where do port 80, the machine's public IP, its private IP, the router's IP, and the domain name tie together in a tangible way?



Every search, every guide is giving me near solutions that end up creating misdirection. (I know a Digital Ocean server is probably preferable, but I want to do this as a learning experience.)



Thank you for the link or clear steps for how to make this available on the www.
I hope that's clear enough. It's available on the localhost. I want it on the www.










share|improve this question













closed as off-topic by Michael Hampton Apr 30 at 18:56


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "Questions should demonstrate reasonable business information technology management practices. Questions that relate to unsupported hardware or software platforms or unmaintained environments may not be suitable for Server Fault - see the help center." – Michael Hampton
If this question can be reworded to fit the rules in the help center, please edit the question.
















  • I was sent here with this question already from another stack site. I was sent to this site with this question

    – Ant
    Apr 30 at 19:00













-1












-1








-1








My site/app is running on the localhost. How do I make it available on the www?
I want my computer to host the site. I do not want to migrate the site to a host on a Digital Ocean or other hosting service.



I have a Linux machine running Mongod and NodeJS "listening" on port 5000.
I can go to the "localhost" and use the site on that port in my browser. I can upload and delete photos on it. I can register and get it to send confirmation emails.
I cannot find a guide that shows how to get a domain registered to the site and push the site through my router. Though I know vaguely how some of this is done it is extremely murky.
Do I need Apache? Do I need to take certain security measures?



Where do port 80, the machine's public IP, its private IP, the router's IP, and the domain name tie together in a tangible way?



Every search, every guide is giving me near solutions that end up creating misdirection. (I know a Digital Ocean server is probably preferable, but I want to do this as a learning experience.)



Thank you for the link or clear steps for how to make this available on the www.
I hope that's clear enough. It's available on the localhost. I want it on the www.










share|improve this question














My site/app is running on the localhost. How do I make it available on the www?
I want my computer to host the site. I do not want to migrate the site to a host on a Digital Ocean or other hosting service.



I have a Linux machine running Mongod and NodeJS "listening" on port 5000.
I can go to the "localhost" and use the site on that port in my browser. I can upload and delete photos on it. I can register and get it to send confirmation emails.
I cannot find a guide that shows how to get a domain registered to the site and push the site through my router. Though I know vaguely how some of this is done it is extremely murky.
Do I need Apache? Do I need to take certain security measures?



Where do port 80, the machine's public IP, its private IP, the router's IP, and the domain name tie together in a tangible way?



Every search, every guide is giving me near solutions that end up creating misdirection. (I know a Digital Ocean server is probably preferable, but I want to do this as a learning experience.)



Thank you for the link or clear steps for how to make this available on the www.
I hope that's clear enough. It's available on the localhost. I want it on the www.







linux hosting internet






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Apr 30 at 18:02









AntAnt

1




1




closed as off-topic by Michael Hampton Apr 30 at 18:56


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "Questions should demonstrate reasonable business information technology management practices. Questions that relate to unsupported hardware or software platforms or unmaintained environments may not be suitable for Server Fault - see the help center." – Michael Hampton
If this question can be reworded to fit the rules in the help center, please edit the question.







closed as off-topic by Michael Hampton Apr 30 at 18:56


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "Questions should demonstrate reasonable business information technology management practices. Questions that relate to unsupported hardware or software platforms or unmaintained environments may not be suitable for Server Fault - see the help center." – Michael Hampton
If this question can be reworded to fit the rules in the help center, please edit the question.












  • I was sent here with this question already from another stack site. I was sent to this site with this question

    – Ant
    Apr 30 at 19:00

















  • I was sent here with this question already from another stack site. I was sent to this site with this question

    – Ant
    Apr 30 at 19:00
















I was sent here with this question already from another stack site. I was sent to this site with this question

– Ant
Apr 30 at 19:00





I was sent here with this question already from another stack site. I was sent to this site with this question

– Ant
Apr 30 at 19:00










0






active

oldest

votes

















0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes

Popular posts from this blog

Wikipedia:Vital articles Мазмуну Biography - Өмүр баян Philosophy and psychology - Философия жана психология Religion - Дин Social sciences - Коомдук илимдер Language and literature - Тил жана адабият Science - Илим Technology - Технология Arts and recreation - Искусство жана эс алуу History and geography - Тарых жана география Навигация менюсу

Bruxelas-Capital Índice Historia | Composición | Situación lingüística | Clima | Cidades irmandadas | Notas | Véxase tamén | Menú de navegacióneO uso das linguas en Bruxelas e a situación do neerlandés"Rexión de Bruxelas Capital"o orixinalSitio da rexiónPáxina de Bruselas no sitio da Oficina de Promoción Turística de Valonia e BruxelasMapa Interactivo da Rexión de Bruxelas-CapitaleeWorldCat332144929079854441105155190212ID28008674080552-90000 0001 0666 3698n94104302ID540940339365017018237

What should I write in an apology letter, since I have decided not to join a company after accepting an offer letterShould I keep looking after accepting a job offer?What should I do when I've been verbally told I would get an offer letter, but still haven't gotten one after 4 weeks?Do I accept an offer from a company that I am not likely to join?New job hasn't confirmed starting date and I want to give current employer as much notice as possibleHow should I address my manager in my resignation letter?HR delayed background verification, now jobless as resignedNo email communication after accepting a formal written offer. How should I phrase the call?What should I do if after receiving a verbal offer letter I am informed that my written job offer is put on hold due to some internal issues?Should I inform the current employer that I am about to resign within 1-2 weeks since I have signed the offer letter and waiting for visa?What company will do, if I send their offer letter to another company