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?

Multi tool use
Multi tool use

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

a,l zSN,r k,4 siDvoEz,pNKC,fpOPl04 8tUbsA rJdKh vgsF7nyOk9uMj S8i5gJdDwiBtu,K8PexCsi3BrQP0oE4RWN6Kc64
qdm6bjKsZ

Popular posts from this blog

RemoteApp sporadic failureWindows 2008 RemoteAPP client disconnects within a matter of minutesWhat is the minimum version of RDP supported by Server 2012 RDS?How to configure a Remoteapp server to increase stabilityMicrosoft RemoteApp Active SessionRDWeb TS connection broken for some users post RemoteApp certificate changeRemote Desktop Licensing, RemoteAPPRDS 2012 R2 some users are not able to logon after changed date and time on Connection BrokersWhat happens during Remote Desktop logon, and is there any logging?After installing RDS on WinServer 2016 I still can only connect with two users?RD Connection via RDGW to Session host is not connecting

Vilaño, A Laracha Índice Patrimonio | Lugares e parroquias | Véxase tamén | Menú de navegación43°14′52″N 8°36′03″O / 43.24775, -8.60070

Cegueira Índice Epidemioloxía | Deficiencia visual | Tipos de cegueira | Principais causas de cegueira | Tratamento | Técnicas de adaptación e axudas | Vida dos cegos | Primeiros auxilios | Crenzas respecto das persoas cegas | Crenzas das persoas cegas | O neno deficiente visual | Aspectos psicolóxicos da cegueira | Notas | Véxase tamén | Menú de navegación54.054.154.436928256blindnessDicionario da Real Academia GalegaPortal das Palabras"International Standards: Visual Standards — Aspects and Ranges of Vision Loss with Emphasis on Population Surveys.""Visual impairment and blindness""Presentan un plan para previr a cegueira"o orixinalACCDV Associació Catalana de Cecs i Disminuïts Visuals - PMFTrachoma"Effect of gene therapy on visual function in Leber's congenital amaurosis"1844137110.1056/NEJMoa0802268Cans guía - os mellores amigos dos cegosArquivadoEscola de cans guía para cegos en Mortágua, PortugalArquivado"Tecnología para ciegos y deficientes visuales. Recopilación de recursos gratuitos en la Red""Colorino""‘COL.diesis’, escuchar los sonidos del color""COL.diesis: Transforming Colour into Melody and Implementing the Result in a Colour Sensor Device"o orixinal"Sistema de desarrollo de sinestesia color-sonido para invidentes utilizando un protocolo de audio""Enseñanza táctil - geometría y color. Juegos didácticos para niños ciegos y videntes""Sistema Constanz"L'ocupació laboral dels cecs a l'Estat espanyol està pràcticament equiparada a la de les persones amb visió, entrevista amb Pedro ZuritaONCE (Organización Nacional de Cegos de España)Prevención da cegueiraDescrición de deficiencias visuais (Disc@pnet)Braillín, un boneco atractivo para calquera neno, con ou sen discapacidade, que permite familiarizarse co sistema de escritura e lectura brailleAxudas Técnicas36838ID00897494007150-90057129528256DOID:1432HP:0000618D001766C10.597.751.941.162C97109C0155020