Skip to content

Masking URL address #741

Answered by ColinFay
Camil88 asked this question in Q&A
Sep 24, 2021 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

Hey,

Thanks for using {golem}.

This is not a question related to {golem} per se, but will concern any web application you want to serve to the world.

Let me try and do a quick explanation.

127.0.0.1 refers to your local computer. This 127.0.0.1 is your computer when you run an app, and it will be my computer if I run the app on my computer.

If you want to make your application available to the world, you'll need two things:

  • A remote server, aka a computer on a given public IP address (for example 12.23.34.45) somewhere else that is running the application on a given port (for example port 1234).
  • A domain name, aka a myappmadewithgolem.com URL that belongs to you

Once you have launched t…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by ColinFay
Comment options

You must be logged in to vote
2 replies
@ColinFay
Comment options

@Camil88
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #737 on September 28, 2021 14:06.