Remix.run Logo
mort96 3 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.

nextaccountic 3 days ago | parent [-]

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

brian_meek 2 days ago | parent [-]

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.