onyas / ggrok

WebSocket based reverse proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

WebSocket based reverse proxy

License:MIT License


Languages

Language:Go 99.8%Language:Procfile 0.1%Language:Shell 0.1%