I am a newbie to the node-red world. I am currently working on a project where I want to expose something similar to a Web API in
ASP.NET in my Node-Red flow. I know I could use the Input HTTP Node to use it like a Web Server, but beyond that I am not sure how best to wire it to something similar to a method that can handle GET, PUT requests and expect some input parameters. I have done this using Express using node.js, but not sure how to translate similar functionality in NODE-RED. Any suggestions are greatly appreciated.
Thanks,
Yogesh