Show HN: Webhooks development relay with VS Code extension(reliablewebhook.com)
reliablewebhook.com
Show HN: Webhooks development relay with VS Code extension
https://www.reliablewebhook.com/
3 comments
This tool could be a better alternative to Ngrok/Localtunnel to relay requests to localhost but with a convenient GUI. It's free and the source code is published on GitHub. Also it's a charityware.
Interesting, but how does it actually work?
The tool provides a unique https endpoint to accept webhook requests.
And then it retranslates them in realtime into localhost using your the node.js engine which powers VS Code extensions - node.js from VS Code grabs requests info and triggers them into localhost.