Using WebListener or OWIN as API Gateway for azure service fabric
问题 We have 4 stateless services microservice in service fabrics which are using Kestrel as server. We need to expose those 4 services to the front end and have question regarding either to use WebListener or OWIN as server. Can any one tell which is better for performance. And also we have authentication service which is used to handle tokens. 回答1: By OWIN I'm assuming you're referring to Katana with Web API 2, which both implement OWIN. In that case, the choice is really between "classic" Web