Web Agents Learn about declaring, defining and utilizing Web Agents and their properties using configuration files.
Recon Learn about the structural data model called Recon, which is used by Swim to exchange streaming messages.
WARP The protocol for multiplexing bidirectional streams between large numbers of URIs over a single WebSocket connection
Stream Data Using the swim-cli How to stream or fetch data from a Swim application using the swim-cli
Web Agents Learn about declaring, defining and utilizing Web Agents and their properties using configuration files.
Value Lanes Define persistent properties of Web Agents, and continuously stream real-time state changes.
Map Lanes Define persistent collection properties of Web Agents, and consistently stream real-time updates and removes.
Join Value Lanes Define properties for aggregating multiple value lanes and continuously stream their state changes.
Join Map Lanes Define persistent collections of properties between multiple Web Agents, and consistently stream real-time updates.
Demand Value Lanes Define persistent properties of Web Agents, and lazily generate events on state changes.
Demand Map Lanes Define persistent collection properties of Web Agents, and lazily generate events on state changes.
Planes Create vertically integrated, horizontally distributed Web Agent application bundles that can run almost anywhere.
Downlinks Share data across Web Agents and clients through persistent, bidirectionally-streaming lane references.
Server Downlinks Share data across Web Agents and servers through persistent, bidirectionally-streaming lane references.