ruidfigueiredo / electron-cgi-duplex-reddit-demo

A demo project for electron-cgi where a Node.js uses a .Net Core "backend" to query reddit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ElectronCGI Duplex Demo

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:

sequence diagram illustrating the four request types in the app

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.

About

A demo project for electron-cgi where a Node.js uses a .Net Core "backend" to query reddit

License:MIT License


Languages

Language:C# 73.7%Language:JavaScript 26.3%