Azure / DotNetty

DotNetty project – a port of netty, event-driven asynchronous network application framework
Other
4.09k stars 977 forks source link

Is it possible to deploy a server made with DotNetty as PAAS on azure ? #284

Closed Djangoum closed 6 years ago

Djangoum commented 7 years ago

I wonder if is possible nowadays to deploy a UDP server made with dotnetty (I've alrready achieved this!) to azure as a PAAS just something similar to a web app deployment on an App Service.

Cheers and congratulations for the fantastic work and project!

agnauck commented 7 years ago

You can deploy it to Azure Container Services as PAAS solution. Either as standalone container, or in a cluster using one of the orchestrators Azure offers.