nport.link
NPort is a powerful and lightweight ngrok alternative that creates secure HTTP/HTTPS connections from localhost to public URLs.
npm i -g nport
Perfect for developers who need to:
🚀 Share Local Development
Instantly share your local development server with teammates or clients without complex server setup.
🔒 Test Webhooks
Securely test webhook integrations from services like GitHub, Stripe, or PayPal directly on your local machine.
📱 Mobile Testing
Test your web applications on mobile devices using a public URL while developing on localhost.
🛠️ API Development
Develop and debug API integrations by exposing your local endpoints to external services.
⚡ Key Features - ngrok alternative
- Custom subdomain support (e.g., myapp.nport.link)
- Automatic HTTPS encryption
- WebSocket support
- No configuration needed
- Cross-platform compatibility
💻 Quick Start
After installation, simply run:
nport -s myapp -p 3000
This will create a tunnel from localhost:3000 to https://myapp.nport.link