Reputation: 893
I am building an android app, and I tried to figure out the process of using GCM for instant messaging. the client-side android code is understandable from various sources on internet, but I could not find any reference to server side code in Ruby-on-Rails. My server is ruby-on_rails. I got a php version of server code, but i could not implement it in ruby. Here's the php version--
GCM for android using PHP, Mysql
I just need the ruby version of this server side code.
Upvotes: 0
Views: 2141
Reputation: 1007554
Use an existing Ruby gem for GCM, such as this one or this one.
Upvotes: 3