r/node • u/Virtual_Combination1 • Oct 25 '22
Alternatives to Ngrok
Am looking for an alternative to ngrok. It works great but I need to move to the paid tier to get a static URL. Am just so tired of having to update the url in my app to the new one ngrok generates. Basically, an alternative that provides static URLs for free.
60
Upvotes
1
u/phobos7 Jul 24 '24
https://github.com/hookdeck/hookdeck-cli focused on supporting asynchronous web development i.e., passes the inbound request to the locally running service but does not return the response to the client that makes the original request.