Hey guys,
I am building an application in Cocoa that uses a local Ruby on Rails web server to communicate data and info between the client and server. There are times in the program where I need to poll the web server for some information using HTTP GET requests, but I'm not sure if that is the best approach. Are there any alternatives to polling information between the application and the Ruby on Rails web server?
Thanks!
P.S. If more information is needed, please ask.