0
But for a few features I would like my project to respond to some simple HTTP Rest requests. As the project will handle COM+ and more, I will do it in C#.
The point is, I don’t want to have to deal with IIS and wanted something simpler, like a . exe that can be run and if "guest self".
Something very similar to things like Flask for Python, or Express for Nodejs, where you determine the routes, the type of method, run it and you’re done.
Someone here knows if there is a framework for something similar in . NET?
There is OWIN: http://owin.org/
– Gabriel Coletta
Hi Gabriel. I will look at the documentation calmly. I appreciate the answer.
– Joe Torres