Search code examples
c#node.js.net

Is it possible to have node.js communicate with a .net API?


I basically have a service which runs an API which can be accessed using C#. I've been playing about with it but want to make the interface web based now. Is it possible to have a node.js server which interfaces with the API and if so how would I go about doing this?


Solution

  • From the description, this sounds like a perfect use for Edge.js