top | item 1331692

Localtunnel -- instantly set up a public tunnel to your local web server

9 points| progrium | 16 years ago |github.com

5 comments

order
[+] lindvall|16 years ago|reply
What deficiencies of http://www.reversehttp.net/ is this trying to solve?

I've been happy with the reliability of reversehttp for all the testing I've done with it.

If you're using ruby, hookout does a great job running your rack app as a reversehttp endpoint: http://github.com/paulj/hookout

[+] progrium|16 years ago|reply
ReverseHTTP is just a spec and not a very popular one. Localtunnel is based on SSH tunneling which has been around longer than ReverseHTTP, especially for this particular purpose. And while Hookout is a great tool, I'm not sure why it was made specific to Ruby Rack...
[+] wrs|16 years ago|reply
Notice the "brought to you by Twilio" banner...nicely targeted service-as-advertising.
[+] progrium|16 years ago|reply
Especially good for debugging webhooks, such as with PubSubHubbub.