--Apple-Mail-1-659987107 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset5; formatwed Hi Tom, I do a lot of work in the standalone kiosk market and because of that I nd up writing backends for Flash quite often. Ruby is excellent for the task because of its easy integration with C (thus hooking into hardware is a snap) and... well..., it's Ruby :-) Depending on how you are managing your backend the whole rails stack might not be necessary. I'd certainly use ActiveRecord for persistence ut all you really need is a TCP socket server that Flash can talk to. he Flash itself can be served via static HTML pages (or within a Rails ased website). Check out the Pickaxe documentation for the TCP libraries and do a little googling, that should get you started. Unfortunately I can't post the stuff that I work on in that area because it's commercial and I'd be killed by ravening management types. Cheers Scott On 22/01/2006, at 8:50 AM, Tom Dellaringa wrote: > Jon Egil Strand wrote: >> Not meaning to belittle you, but you wrote Ruby would be a learning >> curve. >> To help you overcome some of these, check out some of these resources > on >> www.ruby-doc.org: >> >> Chris Pines "Learn to program" (easy, under Getting Started) >> Brian Schrders "Ruby Course" (medium, under Why Ruby) >> >> Good luck. >> >> All the best >> JES > > I should have mentioned I have the pickaxe book, and have been reading > through it (I also have the RoR book too.) I'm kind of ready to jump in > and get coding and see what happens, just wondering what a good way to > go about it was. :) > > I should also mention I do have 10 years experience as a web developer, > although I am not an engineer I'm more of a front end guy (JavaScript, > etc). I know my share of Java and server side stuff to a point, OOP > stuff to a point - I've just never really put something together like > this. Looking forward to it though - I'm finding Ruby to be really cool > so far. > > Tom > > -- > Posted via http://www.ruby-forum.com/. > > > --Apple-Mail-1-659987107--