a2rok
v1.1.1
Published
Multi-protocol tunneling tool to expose local HTTP, HTTPS, and WebSocket servers to the internet
Downloads
24
Maintainers
Readme
A2Rok CLI
Tunneling helper to expose your local HTTP/HTTPS and WebSocket servers to the internet.
Installation
- Global install:
npm install -g a2roka2rok --helpUsage
a2rok <command> [options]Commands
user: Show the current authenticated userlogin: Sign in to A2Roklogout: Sign out of A2Rokhttp <port>: Expose a local HTTP server on<port>ws <link>: Expose a WebSocket server using<link>wss <link>: Expose a secure WebSocket server using<link>
Options
-h, --help: Show the help message
Examples
a2rok login
a2rok user
a2rok http 3000
a2rok ws ws://localhost:8080
a2rok wss wss://your-domain.com/ws