Create a simple web server that I can run as a Windows service

I am a web developer, so all my experience with ruby, python or PHP. However, I am going to do a little window programming.

I want to create a lightweight web server that can handle incoming requests and send them to the COM port. I want to be able to distribute it as an exe that will install the server as a Windows service.

What do you think will be the best language for this? Which IDE is best for the specified language?

Thanks Seth

+3
source share
3 answers

, , , #. , - . , Windows 2 , .

+4

# Visual Studio . # / .exe, .

+2
+1

Source: https://habr.com/ru/post/1751993/


All Articles