Live data from Hacker News

Method for client-server communications through a minimal interface

patents.google.com

1–4 of 4 posts

Re: Method for client-server communications through a minimal interface

#3
Relevant dead comment from leifus:

> Correct me if I'm wrong, but isn't that pretty much exactly what ViaWeb did back then? Just use continuations to simulate a "classic" programming environment even if it's spread out over HTTP calls?

Some googling provides some corroboration:

https://thelackthereof.org/docs/library/cs/continuations.pdf

Some more frameworks using this style:

https://common-lisp.net/project/cl-weblocks/

https://github.com/SeasideSt/Seaside/