Hacker News new | ask | show | jobs
by 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.
1 comments

oh darn. You can't receive tcp connections. lame.