📄️ Comment
Add comments and notes to the canvas around components to help you organize the graph and describe what the app is doing.
📄️ Fork
Forks the input stream into multiple output streams and replicates incoming events to all output streams with guaranteed order (from top to bottom).
📄️ List Adapter
Converts an array of plain JSON objects to a format compatible with List widget and its qPort
📄️ Port
Replicates and transmits events from one or more input streams to one or more output streams.
📄️ QPort
Enables bidirectional query-response communication between components with automatic loop protection.
📄️ QPort Client
Helps to unbundle q-streams.
📄️ QPort Server
Helps to bundle q-streams.