Glossary · AI
gRPC
A high-performance RPC framework using protocol buffers, often over HTTP/2.
What is gRPC?
gRPC is a remote-procedure-call framework that supports efficient bidirectional streaming, defined via protocol buffer (.proto) service definitions.
Monetzly's ad service exposes a gRPC streaming interface, which is how non-JavaScript stacks integrate.
gRPC in context
To understand gRPC fully, it helps to know the concepts around it. Streaming (SSE), sending an LLM response incrementally, token by token, as it is generated. Token Injection, inserting ad content into an LLM's token stream as it is generated. Session, a grouped sequence of interactions from one user conversation.
Together these describe how ai works in practice for an AI app, and where gRPC fits among them.
Frequently asked questions
Start monetizing in about 5 minutes
Wrap your existing LLM response stream with the Monetzly SDK and earn on every session, no paywall required.