Curated public surface of the Aster RPC framework, mirroring the
Python aster.public module. This is the entry point used to
generate the TypeScript API reference at /api/typescript/.
In your code, import from @aster-rpc/aster directly, not from
@aster-rpc/aster/public. This file exists only so the documentation
pipeline has a focused, opinionated view of the user-facing surface
(the full index.ts re-exports many internal types that are not
intended for direct use).
@aster-rpc/aster -- Public API Reference
Curated public surface of the Aster RPC framework, mirroring the Python
aster.publicmodule. This is the entry point used to generate the TypeScript API reference at /api/typescript/.In your code, import from
@aster-rpc/asterdirectly, not from@aster-rpc/aster/public. This file exists only so the documentation pipeline has a focused, opinionated view of the user-facing surface (the fullindex.tsre-exports many internal types that are not intended for direct use).Getting started
Producer (server):
Consumer (client):