Skip to main content

2 docs tagged with "communication"

View all tags

Architecture

This document describes the internal architecture of Delfino, including the communication protocol, message format, initialization flow, and module organization.

Overview

Delfino is a TypeScript RPC bridge library that enables type-safe bidirectional communication between Volpe (an iframe-based reader) and its host applications (Farfalla and Fenice). The library encapsulates all Comlink complexity, providing simple, typed APIs for both sides of the communication.

X

Graph View