简体   繁体   English

为AngularJS客户端寻找App Engine Channel Api Java替代解决方案

[英]Looking for App Engine Channel Api Java replacement solution for AngularJS client

We are developing an AngularJS + App Engine Java app and would like to use some real time push technology. 我们正在开发一个AngularJS + App Engine Java应用程序,并希望使用一些实时推送技术。 App Engine push technology called Channel API is a pain to manage and I'd like to know what others are using and how successful they are using it. 名为Channel API的App Engine推送技术很难管理,我想知道其他人正在使用什么以及他们使用它的成功程度。

Basic need: From App Engine Java backend (running java only, no nodejs available) the server pushes real time updates to the AngularJS web clients. 基本需求:从App Engine Java后端(仅运行Java,没有可用的nodej),服务器将实时更新推送到AngularJS Web客户端。

Thank you. 谢谢。

I'm using Channel API + using polling as a backup. 我正在使用Channel API +使用轮询作为备份。

Other alternatives will involve running a 3rd party (non-app engine) push service. 其他替代方案将涉及运行第三方(非应用引擎)推送服务。 This could be either something you set up yourself on another server (ie Amazon, Heroku or Google Compute Engine) or a service provider like pusher.com or beaconpush.com 这可能是您在另一台服务器(即亚马逊,Heroku或Google Compute Engine)或pusher.com或beaconpush.com等服务提供商处设置的内容

There isn't another real alternative on App Engine. App Engine上没有其他真正的替代方案。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM