如何在GAE上部署Websockets App灵活?

时间:2017-05-23 14:53:02

标签: google-app-engine deployment websocket jetty app-engine-flexible

我有一个Spring Boot应用程序,我想在Google App Engine Flexible上部署。此应用程序的此容器/ Web服务器是Jetty 9.4,因为Jetty在内部运行Websockets,GAE doesn't allow me to deploy the App.

我的问题是,有没有在GAE上支持Websockets的解决方法,或者可能删除Websockets支持(这意味着以某种方式将其从Jetty中删除)?

0 个答案:

没有答案