You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remote delegates invoke a target function that runs in a separate processor or process. Transport and serialization libraries are configurable.
4
+
5
+
Each sample project focuses on a transport-serialization pair, but you can freely mix and match any transport with any serializer.
6
+
7
+
## External Dependencies
8
+
9
+
The following remote delegate sample projects have no external library dependencies:
10
+
11
+
*[bare-metal](./bare-metal/) - simple remote delegate app on Windows and Linux.
12
+
*[system-architecture-no-deps](./system-architecture-no-deps/) - complex remote delegate client/server apps using UDP on Windows or Linux.
13
+
14
+
All other projects require external 3rd party library support. See [Examples Setup](../../docs/DETAILS.md#examples-setup) for external library installation setup.
15
+
16
+
## Build
17
+
18
+
See [Sample Projects](../../docs/DETAILS.md#sample-projects) for details on building and running sample projects.
0 commit comments