Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!news-1.dfn.de!news.dfn.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Robert Klemme Newsgroups: comp.lang.ruby Subject: Re: Developing a server/client card game Date: Mon, 30 Dec 2013 11:52:57 +0100 Lines: 16 Message-ID: References: <818d458e-31a8-4c61-b735-956a2e5e15d7@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net K6M71DNs0TYte3ln868QLAgGC2Xl4TI0YkZ/W/Ghs0HoQ/tXg= Cancel-Lock: sha1:F4X1uJXNqH063NxbTVHyvP/IrnM= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 In-Reply-To: <818d458e-31a8-4c61-b735-956a2e5e15d7@googlegroups.com> Xref: csiph.com comp.lang.ruby:6909 On 30.12.2013 00:38, ggarra13@gmail.com wrote: > I am looking into developing a server/client card game and was wondering if I should look into writing the server and logic side in ruby while writing the client side in javascript or whether I should write everything in javascript. > I have years of experience with ruby but only brief experience with javascript. I am also concerned with javascript that my source appears in the web page, which is something I would like to avoid. > If you have examples of a web page with similar requirements I would be very appreciative. > Also, JRuby could be an option but I have not considered due to its size. Is this game supposed to be run in a web browser? Does it have to be multi platform? If so that basically limits your choices with regard to language drastically. You could use HTML + JavaScript, Java Applet (or Web Start) or something .Net - but that is not very portable. Kind regards robert