shahul
Best Way to set up a two directional communication in a windows form application
I am building a desktop application to capture fingerprints, but I needed to enable a two-way communication b/w the application and web UI because all other data is collected by the web app. I need to start the capturing process after getting a request from web UI and need to send captured data to web. So what is the best way to do this, is that possible to start a web socket server in windows form application when the application is opened ?
Also, one more question what about windows console app with web socket server, so I only need to show UI after a new request received Actually I am a JS dev this specific requirement lead me here Thanks in advance
Also, one more question what about windows console app with web socket server, so I only need to show UI after a new request received Actually I am a JS dev this specific requirement lead me here Thanks in advance
7 replies