-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Milestone
Description
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.