Hacker News new | ask | show | jobs
by phillc73 1912 days ago
> and talks to the backend using JMAP (RFC 8620)

FastCGI and mod_perl would have been a better choice.

1 comments

JMAP operates over http and the backend http server is almost certainly PSGI based, which obsoletes both FastCGI and mod_perl as deployment approaches.
Thank you, I didn't know that. I was also being slightly facetious given the topic.