Make your local host live. Inspried from free services like localtunnel.
While localtunnel is a great open sevrvice by your live url will be varying always. I tried to solve this problem using this project.
- Clone the repo using
git clone https://github.com/arun-kushwaha04/Live-Localhost.git - Edit
server/sever.jsbased on your requirement, comment are provied where you have to take a look. Else you are good to go. - Deploy your server on any free service like Render. Get the server public url this will act as proxy server.
- Now go to
client/clinet.jsand and update variableproxySeverUrlwith proxy server url. - Update
localUrl1with the local url of the server running on you local PCex. http://localhost:8000. - Now try to access your proxy sever. You should be able to see you local content server on internet.

