Tunnelmole, an ngrok alternative (open source)

Tunnelmole is a free, open-source alternative to ngrok, allowing software developers to make applications publicly accessible from their local machines without the need for SSH port forwarding or server configurations. Installation is easy with a universal installer or npm, and usage involves running the application port number through Tunnelmole. Additionally, developers can use Tunnelmole as a dependency in their code, with support for ES and CommonJS modules. This tool, maintained by open-source enthusiasts, promises to supercharge node developer productivity by securely exposing localhost. For those seeking a simple, effective way to share their work online, Tunnelmole might just be the solution. Happy coding!

https://softwareengineeringstandard.com/2024/03/19/ngrok-alternative-open-source/

To top