Examples
Overview
Here you can find links to io.Connect examples on GitHub. These implementations are for showcase and testing purposes and demonstrate various io.Connect Desktop functionalities within different technology environments. See the respective repositories and experiment firsthand with the many cool features of io.Connect Desktop!
JavaScript
JavaScript Examples Repository
- App Management Example
- App Preferences Example
- Channels Example
- Flydown Example
- Intents Example
- Interop Request/Response Example
- Interop Streaming Example
- Popup Example
- Pub/Sub Example
- Search Example
- Shared Contexts Example
- Themes Example
- Window Management Example
.NET
- App Management Example
- Multi Window App Example
- Interop Example
- Interop Streaming Example
- WPF Sticky Window Example
- Shared Contexts Example
- Notifications Example
- Blazor Example
Java
The Java examples are shipped with the io.Connect Desktop installer. You can find them in the %LocalAppData%/interop.io/io.Connect Desktop/Desktop/Demos/Java
folder.
Dash
- Channels Example
- "Client/Portfolio/News" Example
- Shared Contexts Example
- Excel Example
- Interop Example
- Notifications Example
- "Oil and Gas" Example
- Window Management Example
Native Examples
- Delphi 10 Example
- Delphi 7 Example
- MFC Example
- C++ Console Example
- MFC Example
Electron
- Electron example - an example demonstrating how to interop-enable your Electron app and use io.Connect functionalities in it.
io.Connect Apps
Templates - templates for creating custom io.Connect apps.
Workspace with Header - an example of how to add a custom header, popups and pinned tabs to the Workspaces App.
Web Groups with Banners - an example of how to customize the io.Connect web groups.
Other Examples
Node.js REST Config Example - a simple Node.js REST server, which acts as a remote app, Layout, app preferences and system configuration store. You can use this example to test fetching apps, Layouts, app preferences and system configuration files to io.Connect Desktop from a remote REST service.
.NET REST Config Example - a simple .NET REST server, which acts as a remote app and Layout store. You can use this example to test fetching apps and Layouts configuration files to io.Connect Desktop from a remote REST service.
Playwright Example - an io.Connect end-to-end test example using Playwright.