Osy#the first language built for agents
Agents firstAgentic appsWorkflowsDurable Execution — built inSecurityTestingThe editorThe UI modelOne program

Reference

Realtime

4 pages.

Realtime

Realtime in Osy# is one construct: a topic. A topic is a declared, addressable destination — publishing to one delivers the value to every open page…

Here, Announce

Who is currently on a presence topic, and what they say they are doing. Here is the converging set of people present, derived from their connections…

Listen

The receiving half of a topic, consumed on a page. Listen yields a stream of the topic's payloads, and a live var bound to it appends each message as…

topic

A topic is a named, addressable realtime destination: a declared place to put a message so that every open page entitled to it receives the value…