简体   繁体   English

ruby/rails:Android 推送和聊天服务器

[英]ruby/rails: push & chat server for android

  • Why another push server?为什么是另一个推送服务器? Google C2DM does not work well in some regions. Google C2DM 在某些地区效果不佳。
  • How to create a push server using ruby/rails?如何使用 ruby​​/rails 创建推送服务器? Well, it's my real question.嗯,这是我真正的问题。 I've been googled for a few days.我已经被谷歌搜索了几天。
  • Options: IMPP(OpenFire), Juggernaut, Faye, AndroidPn.选项:IMPP(OpenFire)、Juggernaut、Faye、AndroidPn。 It leads me to confusion.这让我感到困惑。 My requirement is simple, light weight push service and light weight text chat.我的需求很简单,轻量级推送服务和轻量级文字聊天。 They're just small part of the project.它们只是项目的一小部分。 Which one is better?哪一个更好?

You should look at Pusher你应该看看Pusher

Third-party JS-centric push service.第三方以JS为中心的推送服务。 I think it works with web socket (which I believe Android does not support), but you'll have to look at its compatibility.我认为它适用于网络套接字(我相信 Android 不支持),但您必须查看它的兼容性。

I think this is what you need.我认为这就是你所需要的。 I'll leave the details unless you want them!除非你想要它们,否则我会留下细节!

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

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