Hacker News new | ask | show | jobs
by copperx 3891 days ago
But HTTP is one-directional (disregarding Websockets which is a client thing).
1 comments

HTTP is asymmetric (the two sides are not interchangeable), but the information flow is bidirectional. I don't see how that it prevents something like Unix piping from being implemented between web services using it. Seems to be mostly a UX design issue.