Skip to content

Make your local host live. Access it form any where through internet.

Notifications You must be signed in to change notification settings

arun-kushwaha04/Live-Localhost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Local To Live

Make your local host live. Inspried from free services like localtunnel.

Problem trying to solve

While localtunnel is a great open sevrvice by your live url will be varying always. I tried to solve this problem using this project.

Basic architecture

Genearl scenario

General scenario

LocalHost to live in use

LocalHost to live in use

How to use

  • Clone the repo using git clone https://github.com/arun-kushwaha04/Live-Localhost.git
  • Edit server/sever.js based 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.js and and update variable proxySeverUrl with proxy server url.
  • Update localUrl1 with the local url of the server running on you local PC ex. http://localhost:8000.
  • Now try to access your proxy sever. You should be able to see you local content server on internet.

About

Make your local host live. Access it form any where through internet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published