GithubHelp home page GithubHelp logo

jprq's Introduction

What's JPRQ?

  • JPRQ is a free and open tool for exposing local servers to public network (the internet)
  • it can expose TCP protocols, such as HTTP, SSH, major databases (MySQL, Postgres, Redis)

How to install

Windows

📹Video tutorial

  1. Install the latest release of JPRQ

  2. Place the file where it is convenient for you

    (At this point, you can use the program, but you will need to manually call the .exe file)

  3. Create jprq.bat file so we can use the "jprq" keyword to call the .exe file

    @echo off
    "C:\Exact\Path\To\File\jprq-windows-386.exe" %*
  4. Awesome! Finally, we need to add to the environment variable "PATH", the path to the folder where we created .bat file (step 3)

Congratulations! You can check if everything is working with the jprq command in CMD


MacOs and Linux
$ curl -fsSL https://jprq.io/install.sh | sudo bash

How to use

First obtain auth token from https://jprq.io/auth, then

$ jprq auth <your-auth-token>

Replace 8000 with the port you want to expose

$ jprq http 8000

For exposing any TCP servers, such as SSH

$ jprq tcp 22

For using custom subdomains

$ jprq http 3000 -s custom

For using jprq debugger (with v2.1 or higher)

jprq http 3000 --debug

Press Ctrl+C to stop it

Buy Me A Coffee

jprq's People

Contributors

azimjohn avatar coderuz avatar deepsource-autofix[bot] avatar diyorbekazimqulov avatar jasurb3k-coding avatar mmkamron avatar mmnvb avatar sylrelo avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.