E
Edgardo Hames
Hello dear Rubyists,
I need to write a pair of small client and server apps and, naturally,
I'm going to use Ruby.
The server and client should send each other some serialized objects
across the network.
I've been looking through Webrick::GenericServer and seems nice, but
also found drb in the Programming Ruby book.
Got any suggestions for the client/server?
Thanks and best regards,
Ed
I need to write a pair of small client and server apps and, naturally,
I'm going to use Ruby.
The server and client should send each other some serialized objects
across the network.
I've been looking through Webrick::GenericServer and seems nice, but
also found drb in the Programming Ruby book.
Got any suggestions for the client/server?
Thanks and best regards,
Ed