Advertisment

Sockets programming in Ruby

author-image
CIOL Bureau
Updated On
New Update

In this tutorial, you put Ruby to the test by constructing a chat server application that can serve a large and scalable number of clients. By the end of this tutorial, you will know how to use the standard Sockets class to build both client and server applications, as well as how to use classes that simplify sockets programming, including TCPSocket and TCPServer.

You will also have tried your hand at building a working, scalable chat server, and you will be familiar with several classes for manipulating application-layer protocols, including HTTP, SMTP, and POP3.

Click here for more...!

tech-news