Sent
Everything on SkillVeris tagged Sent — collected across the glossary, study notes, blog, and cheat sheets.
3 resources across 2 libraries
Study Notes(2)
WebSockets vs Server-Sent Events
Understanding when to choose bidirectional WebSockets versus the simpler, unidirectional Server-Sent Events (SSE) protocol for server-to-client streaming.
gRPC Metadata and Headers
Learn how gRPC carries cross-cutting information like auth tokens and trace IDs via initial and trailing metadata, separate from the protobuf message body.