具有SignalR和RESTful Web API的API网关

时间:2019-01-11 19:00:40

标签: asp.net signalr api-gateway

我是RESTful建筑界的新手。我被分配了为WebAPI和SignalR服务器创建API网关的任务。因此,我从RESTful体系结构的含义入手。并对此有一些基本想法。 另外,我以https://docs.microsoft.com/en-us/aspnet/core/tutorials/first-web-api?view=aspnetcore-2.2&tabs=visual-studio的教程为例 并运行示例。

对于API Gateway,我阅读了以下链接,并对它有所了解。

https://microservices.io/patterns/apigateway.html

https://docs.microsoft.com/en-us/azure/architecture/microservices/gateway https://docs.aws.amazon.com/apigateway/latest/developerguide/welcome.html

我的问题是:考虑到我从以上教程中创建的ASP.Net Web Api示例,如何扩展它以适合SignalR,然后为其创建API网关?

0 个答案:

没有答案