Skip to content

A personal localtunnel hosted on heroku to serve local machine as spublic server

Notifications You must be signed in to change notification settings

sabbir-21/heroku-to-local-tunnel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heroku-to-local-tunnel

GitHub Repo stars GitHub forks GitHub issues GitHub closed issues GitHub pull requests GitHub closed pull requests GitHub contributors GitHub repo size GitHub commit activity GitHub

A personal localtunnel hosted on heroku to serve local machine as spublic server

Features

  • Tunnel your localhost to heroku public url
  • ngrok / localtunnel alternative
  • Raspberry Pi server host
  • Raspberry Pi camera server host

Note that

Only the server-app folder need to be hosted client-app folder for local machine

Deploy

Deploy Your Own server

Heroku

Deploy

Note: First Fork Then Click On Deploy Button!

Self Host

  • change directory to server-app cd .\server-app
  • Initialize node npm init
  • Install express npm install express
  • Install socket.io npm install socket.io
  • Install body-parser npm install body-parser

Packages List

Package command
For server-app
Express npm install express
Socket.io npm install socket.io
body-parser npm install body-parser
For Client-app
Socket.io-client npm install socket.io-client
superagent npm install superagent

About

A personal localtunnel hosted on heroku to serve local machine as spublic server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published