I'm working on a new project, and I'm having trouble wrapping my head
around how I should structure this. I have a Ruby on Rails server that
is hosting everything.  I also have a few client machines, laptops and
phones that will have a small app on them.

Every 5 seconds I need these apps to send a reading back to the
server, which is going to store them it in a database in addition to a
local copy.

I was looking at how I could do this using Javascript on the clients,
and Rails on the server. Would the Rails ActiceWebService work?  The
client side is html/javascript ONLY, that's stuck in stone, but I'm
not worried about that, clientside I can do everything I need, it's
just the sending of the data to the rails server that I'm perplexed
about.

Any thoughts?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to