Skip to content

onyas/ggrok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

267c0e4 · Sep 8, 2022

History

26 Commits
Aug 14, 2022
Aug 19, 2022
Aug 24, 2022
Aug 14, 2022
Aug 19, 2022
Aug 19, 2022
Aug 14, 2022
Aug 14, 2022
Sep 8, 2022
Aug 13, 2022
Aug 12, 2022
Aug 24, 2022

Repository files navigation

Introduction

ggrok-flow

Usage

Server side

  1. Fork and clone this repo
  2. Deploy to heroku
    //create app in heroku
    heroku create
    //deploy your app to heroku
    git push heroku main
    

or you can deploy with Heroku with Deploy To Heroku button below:

Deploy To Heroku

Client side

Go to the release page to download the installation package. After installation, execute the following command:

ggrok -proxyServer yourProxyServer.herokuapp.com

ggrok -port 3000

Now your local server is exposed to the internet, you can visit it by https://yourProxyServer.herokuapp.com

Useful docs