Hello all,
I am computer programmer hobbyist who has done alil programmer here and
there but what I am very interested in is Network programming; coding
servers, clients, such.... I was wondering how good is Ruby for doing
networking programming?
And if so is there any good resources online about how I could learn the
networking side of Ruby??
Thank you...
Ruby works well for this stuff. Check out the Gserver class. It will get you a long way towards your goal.
···
On Jun 25, 2012, at 4:24 PM, smoothed atol412 <lists@ruby-forum.com> wrote:
Hello all,
I am computer programmer hobbyist who has done alil programmer here and
there but what I am very interested in is Network programming; coding
servers, clients, such.... I was wondering how good is Ruby for doing
networking programming?
And if so is there any good resources online about how I could learn the
networking side of Ruby??
Thank you...
I know about the difference between TCP and UDP sockets, and how to
design a basic client/server pair to text with IP over the command-line.
I know the basics its just the next step.
On Tue, Jun 26, 2012 at 11:15 PM, smoothedatol412 @gmail.com <lists@ruby-forum.com> wrote:
I know about the difference between TCP and UDP sockets, and how to
design a basic client/server pair to text with IP over the command-line.
I know the basics its just the next step.
The chapter of the book Programming Ruby by Dave Thomas and Andy Hunt called "The Socket API" is available online for free at Search. I can thoroughly recommend the rest of the book (not for free) too.
Graham
···
On 27/06/2012 12:33, smoothedatol412 @gmail.com wrote:
Are they any resources online about networking in ruby besides the IBM
"Socket programming in ruby" and the docs on the ruby web site?
Learn from legendary Japanese Ruby hacker Masatoshi Seki in this first English-language book on his own Distributed Ruby library. You'll find out about distributed computing, advanced Ruby concepts and techniques, and the philosophy of the Ruby way---straight from the source.
···
On 28/06/12 18:25, Graham Menhennitt wrote:
On 27/06/2012 12:33, smoothedatol412 @gmail.com wrote:
Are they any resources online about networking in ruby besides the IBM
"Socket programming in ruby" and the docs on the ruby web site?
The chapter of the book Programming Ruby by Dave Thomas and Andy Hunt called "The Socket API" is available online for free at Search. I can thoroughly recommend the rest of the book (not for free) too.