Search code examples
c++asp.netopencvwebserver

lightweight webserver communication with c++ application


I'm developing an opencv console application and I need to communicate with a webserver. I will require to send and receive data. If there is any lightweight solution with examples I will appreciate your assistance. The webserver I know is based on ASP.NET with c#.

Note that EmguCV is not going to work with me. I prefer to stick with the standard c++ environment.


Solution

  • I think that it is better to let you know what I've done. Basically, I just created my c++ application in a CLR project so I can call .Net classes and use Forms as well.