The netx tunnel 🚀 is an application designed to expose your localhost application to the public internet. It simplifies the process of sharing your locally hosted web application, server, or service with others over the internet. This is particularly useful for testing, demonstrations, or collaboration with remote team members.
- Easy Setup: Simple configuration steps to expose your localhost application publicly.
- Secure Connection: The application uses secure tunnels to ensure the privacy and security of your data during transmission.
- Custom Subdomains: Customize the public URL with your own subdomain for a personalized touch. 🌐
Make sure you have the following installed on your system:
- Node.js: Download and install Node.js
npx netx-tunnel --subdomain <eg:my-project> --port <eg:3000>
Contributions are welcome! If you find a bug, have a feature request, or would like to contribute in any other way, feel free to open an issue or submit a pull request. Appreciate any help in making this project better for everyone! 🙌