DEV Community

Felipe F Garcia
Felipe F Garcia

Posted on

1

Your own website available on the internet from your computer in just 3 steps!

For anyone that is looking forward to learning backend development the initial question usually is: “How I can make my web-side available to the internet”?

How can this happen?

It’s pretty simple, you can look to the internet as just a road with many connections.

There are some major players that make these connections available, and in general, we use those to make this available.

Image description

What we need is just a tool, that can make our own connection to the “main players” so it makes our own server/website available to anyone that wants to access it from anywhere!

For this we can use any tool that does a “tunnel”, that will create this link.

1 - For this we will connect through Cloudflare Access using a CLI.

2 - We need to build and run a Basic Web Server sample, and we will be using python with just few lines for this.

3 - Then just Start and run our server to the entire internet!

And these steps are all shared in this post on Medium: Your own website available on the internet from your computer in just 3 steps

Heroku

Build apps, not infrastructure.

Dealing with servers, hardware, and infrastructure can take up your valuable time. Discover the benefits of Heroku, the PaaS of choice for developers since 2007.

Visit Site

Top comments (0)

Eliminate Context Switching and Maximize Productivity

Pieces.app

Pieces Copilot is your personalized workflow assistant, working alongside your favorite apps. Ask questions about entire repositories, generate contextualized code, save and reuse useful snippets, and streamline your development process.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay