Get Started with ngopen

Follow these steps to install and start using ngopen for your local development.

Installation

Install ngopen using one of the following methods:

Using Go

go install github.com/heysubinoy/ngopen@latest

Basic Usage

Once installed, you can start using ngopen with these commands:

Expose a local server

ngopen --local localhost 3000

This will create a tunnel from your localhost:3000 to a public URL.

Use a custom domain

ngopen --local localhost:3000 --host api.example.com

Make sure your DNS is configured to point to your ngopen server. (Coming Soon)