High performance and High Availability for apps and APIs
Your app is built, and now poised to take over the world. How do you ensure high performance, availability, and handle traffic seamlessly to a global audience? That's where Sixter's Secure Tunnel comes in. Our out-of-the-box, zero configuration tunnel service takes care of high performance and high availability for your applications, APIs, and services, wherever your origin host service is.
After downloading and installing Sixter, open your terminal or command prompt and use one of the commands below.
sixter tunnel --subdomain <name> --port <port>
Example
sixter tunnel --subdomain myapp --port 3000
Creates a secure tunnel at myapp.sixter.in → localhost:3000
sixter repo --server <server name> --token <secret>
Example
sixter repo --server prod-server --token abc123
Connects your client to prod-server using the provided token
sixter repo-server --server <server name> --token <secret> --port <port>
Example
sixter repo-server --server prod-server --token abc123 --port 8080
Starts a repo server at prod-server on port 8080 (default: 8080)