Hacker News new | ask | show | jobs
by itake 1119 days ago
Does this mean you can self host ngrok?
1 comments

Only client sockets are available. So what you can do is build a worker that receives HTTP requests and then uses TCP sockets to fetch data from wherever, returning it over HTTP somehow.
oh darn. You can't receive tcp connections. lame.