From: Julian Raschke Date: 2007-10-25T06:55:07+09:00 Subject: Re: Need advice on Ruby and game dev > I'd recommend EventMachine. It's a high performance I/O library > that can be interfaced either from Ruby, or directly from C/C++. > > http://rubyforge.org/projects/eventmachine/ > > In addition to using EM in a number of Ruby programs, I'm also using > it in a game-like C++ -only app. Thanks, I will look into this! :) Julian