Hacker News new | ask | show | jobs
by lucozade 1772 days ago
Cap'n Proto has a remote object system using interface references.

When a reference is constructed, only the creator has the capability of invoking the interface. If the reference is then passed to another server, they and only they have the capability of invoking the interface.

That's what they mean by capability.