Which Google Cloud products do I need for my use case?

天大地大妈咪最大 提交于 2019-12-11 12:46:15

问题


I wish to route a phone call to an ASP.NET MVC web app that is hosted on a server, and then open a web socket to gain access to the call's audio. I am not concerned about how to access the audio or process it etc. All I am needing help with is hosting a web app and opening an accessible web socket.

I have tried app engine, but with little success as I couldn't manage to open a web socket... I was able to get everything working with Azure services, however, I would like to transfer my web app to Google's services.

Can I stil use app engine to host the ASP.NET MVC app? If so, how can I open a websocket?

Thanks


回答1:


You can host ASP.NET apps in App Engine Flexible but can't use websockets YET.

As for comment 231, it seems that its release in Flexible environment is likely in the not so distant future.




回答2:


This is currently not possible with Google App Engine. However, you can always use Google Compute Engine, which is essentially a VM in Google's network that you can configure as your own webserver and you have virtually full control of its connectivity and ports.



来源:https://stackoverflow.com/questions/52017728/which-google-cloud-products-do-i-need-for-my-use-case

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!