Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Q: WebApplication multiple protocol/port/address binding/routing (multihoming) #25

Open
grahamehorner opened this issue Feb 19, 2020 · 0 comments

Comments

@grahamehorner
Copy link

is it possible to have a single instance of WebApplication bind/listen to different ports and route to different protocols and/or controllers/signalr/grpc services. ie.

a WebApplication listening on port 80/433 that routes to HTTP controllers
the same WebApplication instance also listens on 3000 routing to GRPC service
with a SignalR hub listening on port 8080

the use case for this is a microservice that exposes the same functionality over different ports and/or addresses; instead of having to deploy a service multiple times with differing code for each protocol.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant