Next, I have a problem with an application that I am developing, I need to communicate between a Windows service and a web application, the Windows service will stay on the local machine (client) and I need somehow to communicate with this Windows service and that preferably the client of the web application was in java script!
Thank you in advance!
NOTE: I am using Razor + C # MVC6 and java script.