Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I've seen so many web add-ons that are integrated will start and do actions according to the command given by the c# application.

Is grpc a good option or any other ipcs??


What I have tried:

I tried using named pipe stream to establish a connection between the browser and the WPF application. but I faced difficulty when the pipe is broken there is an issue in reconnecting the channel, and the application breaks. Also, there was an issue that after the browser closed the addon will run background and raises performance issues.

but named pipe wrapper gives a good performance but I can't use it since I have to implement in .netcore.


then I tried using netMQ but we will not get reliable communication using netMQ means for each request we have to give acknowledgement, sometimes this is not possible for the web addon and WPF application communication. so I dropped that.

Please help me with this. How can I implement a web addon which is getting controlled from the WPF application?
Posted
Updated 7-Oct-20 0:19am
v2
Comments
[no name] 7-Oct-20 10:38am    
If you bounce from one pattern to another just because you have some issues, you'll never get anywhere. Rarely does a solution not require some customization / configuring.

"Sometimes" is not the same as "always".

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900