我是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网关?