I am thinking of the next steps for a project I have written. It is currently a desktop application that controls a serial port device.
I am considering allowing browser clients to connect to some process to get "near real time" updates about the state, etc of the device. Possibly also allowing control from a browser client.
I'd rather not write my own webserver from scratch and this would be a very scaled down web server.
Any suggestions on where to look?
I'd prefer C++ or C# implementation.