Push Notifications in Rhodes using Ruby
Here is the sample code I tried.Create a simple Rhodes app using rhodes app app_name
First install memcached in your machine and make sure its running.
After installing memcached to make sure its running, try starting the server using the below command in the terminal
/etc/init.d/memcached start
memcached -vv # show memcached log in console
add the below to your Gemfile
gem 'memcache-client' # memcached client for ruby
I am new to Rhodes, In Rhomobile landing page they have a quote saying "Use your web skills to write NATIVE apps once and build for ALL smartphones with" impressed me a lot.
Rhodes is a nice cross-platform language for web developers to write mobile native apps which includes(iPhone, Android, Blackberry).
Their docs is really cool http://docs.rhomobile.com , I started with the help of Rhomobile docs and now am able to write a decent mobile apps using Rhodes.
In one of my project I am using Jammit which provides both the CSS and JavaScript concatenation, compression and also provides built-in JavaScript template support.