Hacker News new | ask | show | jobs
by mort96 269 days ago
To be honest, I don't really understand the point of Cap'n Web.. it's a slightly better JSON-RPC I guess?

I'm a fan of Cap'n Proto, but I don't understand how Cap'n Web is in any way related to it nor what makes it a big deal.

1 comments

The selling point is promise pipelining, being able to do many chained operations with a single api call

This includes the freaky way they found to make this work with map

OP here, and yes, the chained operations are excellent. Having built this, and now using it some pet projects, that is the part I'm finding valuable.