Demo project for ElectronCGI's duplex functionality.
To run, clone the project and then at the root (you need Node.js and dotnet core installed):
$ npm install && npm start
The Node.js application uses ElectronCGI to connect to a .Net Core application that on every second queries reddit:
For more information about ElectronCGI and this example read ElectronCGI – A solution to cross-platform GUIs for .Net Core and ElectronCGI – Cross Platform .Net Core GUIs with Electron.