This is the hello world of Step 1: Once the Core server and Electron client are connected, start a simple echo service:
- User can type in some input in Electron and click a submit button.
- This will send an IPC message to C#
- C# will echo something back.
- Maybe have a PeriodicTask that sends messages to electron as well.
This is the
hello worldof Step 1: Once the Core server and Electron client are connected, start a simple echo service: