Kunal S. Kushwah
Kunal S. Kushwah

Reputation: 893

How to make push notification request to GCM on server side using ruby on rails?

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

Answers (1)

CommonsWare
CommonsWare

Reputation: 1007554

Use an existing Ruby gem for GCM, such as this one or this one.

Upvotes: 3

Related Questions