Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inconshreveable/ngrok
Introspected tunnels to localhost
https://github.com/inconshreveable/ngrok
Last synced: about 2 months ago
JSON representation
Introspected tunnels to localhost
- Host: GitHub
- URL: https://github.com/inconshreveable/ngrok
- Owner: inconshreveable
- License: other
- Created: 2013-03-20T09:37:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-12-14T18:57:31.000Z (12 months ago)
- Last Synced: 2024-02-04T15:59:36.276Z (10 months ago)
- Language: Go
- Homepage:
- Size: 838 KB
- Stars: 23,542
- Watchers: 663
- Forks: 4,382
- Open Issues: 235
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - ngrok - Introspected tunnels to localhost (Go)
- awesomeLibrary - ngrok - Introspected tunnels to localhost (语言资源库 / go)
- awesome-projects - ngrok
- awesome-ssh - ngrok - Introspected tunnels to localhost. (Apps / Network)
- awesome-ssh - ngrok - Introspected tunnels to localhost. (Apps / Network)
- awesome-starred-test - inconshreveable/ngrok - Unified ingress for developers (Go)
- awesome - ngrok
- awesome-github-star - ngrok
- awesome-list - ngrok
- awesome-network-stuff - **17711**星
- awesome-proxy - ngrok
- awesome-hacking-lists - inconshreveable/ngrok - Unified ingress for developers (Go)
- awesome-starred - inconshreveable/ngrok - Introspected tunnels to localhost (others)
README
# ngrok - Unified Ingress for Developers
[https://ngrok.com](https://ngrok.com)
## ngrok Community on GitHub
If you are having an issue with the ngrok cloud service please open an issue on the [ngrok community on GitHub](https://github.com/ngrok/ngrok)
## This repository is archived
This is the GitHub repository for the old v1 version of ngrok which was actively developed from 2013-2016.
**This repository is archived: ngrok v1 is no longer developed, supported or maintained.**
Thank you to everyone who contributed to ngrok v1 it in its early days with PRs, issues and feedback. If you wish to continue development on this codebase, please fork it.
ngrok's cloud service continues to operate and you can sign up for it here: [https://ngrok.com/signup](https://ngrok.com/signup)
## What is ngrok?
ngrok is a globally distributed reverse proxy that secures, protects and accelerates your applications and network services, no matter where you run them. You can think of ngrok as the front door to your applications. ngrok combines your reverse proxy, firewall, API gateway, and global load balancing into one. ngrok can capture and analyze all traffic to your web service for later inspection and replay.
To use ngrok, sign up at [https://ngrok.com/signup](https://ngrok.com/signup)
## ngrok open-source development
ngrok continues to contribute to the open source ecosystem at [https://github.com/ngrok](https://github.com/ngrok) with:
- [The ngrok kubernetes operator](https://github.com/ngrok/kubernetes-ingress-controller)
- [The ngrok agent SDKs](https://ngrok.com/docs/agent-sdks/) for [Python](https://github.com/ngrok/ngrok-python), [JavaScript](https://github.com/ngrok/ngrok-javascript), [Go](https://github.com/ngrok/ngrok-go), [Rust](https://github.com/ngrok/ngrok-rust) and [Java](https://github.com/ngrok/ngrok-java)## What is ngrok for?
[What can you do with ngrok?](https://ngrok.com/docs/what-is-ngrok/#what-can-you-do-with-ngrok)
- Site-to-site Connectivity: Connect securely to APIs and databases in your customers' networks without complex network configuration.
- Developer Previews: Demoing an app from your local machine without deploying it
- Webhook Testing: Developing any services which consume webhooks (HTTP callbacks) by allowing you to replay those requests
- API Gateway: An global gateway-as-a-service that works for API running anywhere with simple CEL-based traffic policy for rate limiting, jwt authentication and more.
- Device Gateway: Run ngrok on your IoT devices to control device APIs from your cloud
- Debug and understand any web service by inspecting the HTTP traffic to it