Most efficient way to communicate between multiple .NET apps

后端 未结 4 1177
梦毁少年i
梦毁少年i 2021-02-10 07:55

Currently i have a setup where my clients (web apps, iOS app etc) talks to my backend API .NET web app (Nancy) via REST calls. Nothing special.

I now have a requirement

4条回答
  •  情歌与酒
    2021-02-10 08:37

    Is there anything in Azure suited to this?

    There is another solution in Azure for the microservice approach, one that I think will get a lot of traction, called Service Fabric.

    The concern here is that you have an existing application, and it might be a lot harder to adapt it to work with Service Fabric, but it is certainly worth a look.

    Here you can find a Service Fabric example of a web service.

    Hope this helps!

    Best of luck!

提交回复
热议问题