Skip to content

Commit

Permalink
Merge pull request #67 from azimjohn/manual
Browse files Browse the repository at this point in the history
Manual & Readme Updates
  • Loading branch information
azimjohn authored Jan 1, 2022
2 parents afad81e + 7c4bd27 commit 25b9fae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,7 @@ $ pip uninstall jprq
## Troubleshooting

- With serving React, Vue or any other modern web apps, make sure you run production server or build the app and serve static files as JPRQ is not capable of exposing Websocket.
- With serving React, Vue or any other modern web apps in development mode, you can use TCP Tunneling
- With serving React, Vue or any other modern web apps in development mode, you can use TCP Tunneling

## Self-Hosting
<a href="https://github.com/robinvandernoord/jprq-server-deploy">This repository</a> offers excellent resources for self-hosting configuration and setup.
4 changes: 2 additions & 2 deletions jprq_cli/client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ func main() {
args := flag.Args()

if len(os.Args) < 3 {
log.Fatalf("Usage: jprq <PROTOCOL> <PORT>\n"+
log.Fatalf("Usage: jprq [--subdomain] [--host] <PROTOCOL> <PORT>\n"+
" Supported Protocols: [tcp, http]\n"+
" Optional Argument: -subdomain (only for HTTP), -host\n"+
" Optional Argument: -subdomain, -host\n"+
" Client Version: %s\n", version)
}

Expand Down

0 comments on commit 25b9fae

Please sign in to comment.