Y
Hacker News
new
|
ask
|
show
|
jobs
by
itake
1119 days ago
Does this mean you can self host ngrok?
1 comments
ttul
1119 days ago
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.
link
itake
1119 days ago
oh darn. You can't receive tcp connections. lame.
link