Multicast in Ruby: Building a Peer-to-Peer Chat System
IP multicasting allows you to send a datagram to multiple nodes. In this post we’ll look at multicasting and implement a simple chat system using the ruby socket library.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
IP multicasting allows you to send a datagram to multiple nodes. In this post we’ll look at multicasting and implement a simple chat system using the ruby socket library.
Post a comment