Skip to content

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

Notifications You must be signed in to change notification settings

thijsc/three-chat-servers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages