Creating a website and make it public?!? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Creating a website and make it public?!?

Hi ! So after for example writing a code, a website and you want it to be public so that anyone can visit the link URL by Google Chrome or Firefox How can you make it public then ?

24th Apr 2020, 10:23 PM
Feres Daghrour
Feres Daghrour - avatar
12 Answers
+ 3
Feres Daghrour A server for a website is like a cook in a restaurant, that cook works in a kitchen (backend) to prepare that delicious meal for the client who is probably enjoying his time on his table (frontend), so basically the server receives data from the user (what the client wants to eat for today) and responds based on that data (prepares the meal) e.g: registering new users and logging in which requires working with data bases and that task is for your server. That kitchen thing belongs to that video, he clarifies things better of course, it is worth a watch https://youtu.be/n_gODKYn9dM
24th Apr 2020, 11:25 PM
Ali Abdelhady
Ali Abdelhady - avatar
+ 3
If you want to publish your website free then GitHub is best for you. It allows you to public your website.
26th Apr 2020, 11:36 AM
Suhail 🐈[INACTIVE]
Suhail 🐈[INACTIVE] - avatar
+ 2
You buy a domain or use free hosting.
24th Apr 2020, 10:41 PM
Bright Obeng
Bright Obeng - avatar
+ 2
Bright Obeng ok thnx I understand now ♥️👹♥️
24th Apr 2020, 10:44 PM
Feres Daghrour
Feres Daghrour - avatar
+ 2
Bright Obeng so I have heard a lot about a server and many gamers use it I searched about that word but I actually didn't understand what's its use or what's it .. So can you explain it by giving examples maybe... ?
24th Apr 2020, 10:45 PM
Feres Daghrour
Feres Daghrour - avatar
+ 2
Ali Abdelhady thnx bro
25th Apr 2020, 12:17 AM
Feres Daghrour
Feres Daghrour - avatar
+ 1
@suresh .... if you are talking of google drive <they stopped this service..... #webhostig
26th Apr 2020, 4:57 PM
Bonface Muriithi
+ 1
It all depends on 3 questions: 1 How that URL should look like? (Basically, you need a registered DNS address that can be publicly resolved to a public IP.) 2 What technologies you will be using? (A large scale web app deploys multiple technologies on multiple platforms) 3 How can you have all the technology and platforms readily available? ( On-premise, you buy hosting services or you use a combination of bought services with services that you built on-premise) Depending on the answers to those 3 questions, then you have numerous ways to make and serve a web app publicly.
26th Apr 2020, 5:57 PM
Andrei O
Andrei O - avatar
0
It's a long process to make a website link...but it is easy... 1) make your drive as public and upload your html file also upload html related images to it and enable it as public 2) go to drive to web website and log into that using same drive mail And automatically it's creat a URL
25th Apr 2020, 3:37 PM
Dharavath Suresh
Dharavath Suresh - avatar
0
You can use Blogger or Wordpress to make your website public at free of cost. There are a lot more sites that provide you with free hosting.
26th Apr 2020, 10:21 AM
Farhan Jawad
Farhan Jawad - avatar
0
You can buy hosting or use free hosting services.
26th Apr 2020, 5:51 PM
Vusi Mbhamali
0
U can buy a domain name for your website at either namecheap, godaddy, domain.com or any other domain name service providers.. If your website is only static with no back-end / server side programs, then u can host it for free on github or netlify or any other web service that may provide free hosting for Static sites... Even if u like, u can decide not to pay money to buy any domain name as the free hosting companies can give u a domain( a subdomain of their website ) to host your website. So incase u are using netlify subdomain, it will be https://yourdomainname.netlify.app
28th Apr 2020, 11:15 PM
Kenneth Atta Oppong
Kenneth Atta Oppong - avatar