Hacker News new | ask | show | jobs
by ttul 1120 days ago
And they just added TCP client sockets in Workers. We are just one step step away from being able to serve literally anything on their amazing platform (listener sockets).
1 comments

Does this mean you can self host ngrok?
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.