Monday, 22 June 2020

How can I make an electron app communicate with a c# .exe file?

Hello, I'm working with a friend on making a modding tool for games.My friend makes the entire pointer system and game modding code in C# and I need to take care of the UI;The problem is I don't know C# because I only work on front end web development and I don't like the look and feel (and price) of the C# UI frameworks, so I want to make it in Electron.My problem is how can I make electron and C# talk together?The C# code cares about editing memory and checks How many players are in the lobby and similar RAM r/W Operations. Electron will care about the entire UIIs there any library I can use to make these two app talk? Can I use webhooks? Or there is a better way to do it?I know that Discord works on electron and It can talk with other processes (like the overlay).I want to make clear that both the c# .exe and electron will run on the same machine and the exe file needs to be always running because I needs to check the ram constanstlyThis question also posted on r/electronjs/comments/hddl75/how_can_i_make_an_electron_app_communicate_with_a/r/AskProgramming/comments/hdd8ps/how_can_i_make_an_electron_app_communicate_with_a/

Submitted June 22, 2020 at 01:24PM by Mxswat

No comments:

Post a Comment