Hello guys, in this post I'll teach you how you can create your own free server and host websites in it. Hosting a free server: First of all, you will have to create an account on this website . It's free. Then you will have to download and extract the ngrok file. You can download it here. Extract this file in a new folder. After creating an account on this website, you find a authtoken in the dashboard. The authtoken will look something like this: $./ngrok authtoken <some random letters,special characters and numbers> Copy this authtoken and open a terminal window in the folder where you extracted the ngrok file. Now paste the authtoken in the terminal window. Now type: ./ngrok http 8080 in the terminal window. If a new type of black screen has appeared in your terminal window, your server in online. Hosting websites in the free server: To host websites in the server, you will need to have php installed. You can install it by typing following command in the terminal w...
Tech related posts in this blog.