📄️ Architectural overview
This tutorial provides a general overview of how a Finsemble smart desktop is composed.
📄️ Security policies
If your Finsemble application allows content from outside of your organization, attention must be given to security. To
📄️ The router
The Finsemble Router sends and receives messages between windows, enabling
📄️ Process management
Since its first release, Finsemble has provided features to help you manage Chromium render threads for windows rendered by using web technologies. This way you can consolidate multiple windows under a single render thread to save memory, or to allocate dedicated render threads to provide unrestricted access to CPU.
📄️ The protocol handler
Protocols are a way for a link to "raise their hand" and ask for help from another application. Finsemble registers as a protocol handler using fsbl://. When a user clicks on this deep link, Finsemble will open and handle that link. For example, an end user can launch a Finsemble component from a link in an email or chat message.