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.
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
Top comments (0)