Hacker News new | ask | show | jobs
by TylerE 4640 days ago
How exactly do you write a web app that doesn't process requests and return a response?
1 comments

It's less that requests don't return a response than that a request and response is not assumed to be a clean transaction.
That doesn't make any sense. Can you give some examples?