1
Next, I have a problem with an application I am developing, I need to carry out a communication between a Windows service and a web application, the Windows service will stay in the local machine(client) and I need to somehow carry out a communication with this Windows service and preferably the web application client was in java script!
Thanks in advance!
NOTE: I am using Razor + C# MVC6 and java script.
This windows "service" is native or you created with c#?
– Juven_v
I have not yet created it, but it is in the scope of the project. It is not native, it will be developed in c#.
– vinicius
Another thing, will this service be like a "web server" similar to PHP? If it is just a desktop application there is an answer in Soen how to communicate c# desktop with javascript. If this is not the case, simply create urls to be accessed in your web application.
– Juven_v
It’s just a desktop application that I intend to control it by a web page that will open in the browser, but it will be hosted on a remote server so it needed to be in Java Script, I’ll take a look at the post you left above, thanks Juven!
– vinicius