Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 394 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 394 Bytes

A tale of three chat rooms

Example code to go with the talk of the same name and the Ruby Magic concurrency series of blog posts.

Usage

Start one of the three servers:

ruby server_evented.rb
ruby server_processes.rb
ruby server_threads.rb

Start a few chat clients in different tabs:

ruby client.rb localhost <nickname>

Type away!