I have a web client working against a Node.js app. Now I need to update and integrate an existing C# into this scenario.
My C# generates a JSON object and I need to consume it in the Node.js app.
What's the simplest way do achieve this?
I have a web client working against a Node.js app. Now I need to update and integrate an existing C# into this scenario.
My C# generates a JSON object and I need to consume it in the Node.js app.
What's the simplest way do achieve this?