IPC between .net core and python

  • Thread starter Thread starter RaviRaju
  • Start date Start date
R

RaviRaju

Guest
Dear Team,

please help me with best approach of IPC. The folowing is my requirement.

I am using .net core3.1 version for developing app1.

I am using python 3.6 version for developing GUI (app2)


My development environment is Linux.

Using .net core app1 is developed and app2 is developed using python.

app1 is business logic implementation and app2 is GUI using python Qt.

I want to establish communication b/w python and .net core app. if app2 clicks something on UI the information is triggered a logic in app1 and app1 do something and it should be notified to app1.

please help me with best IPC approach.

Thanks in advance,

Ravi

Continue reading...
 
Back
Top