/chat_server

Chat Server on Ruby.

Primary LanguageRuby

Simpliest Ruby Chat Server

This is chat server writed on ruby.

To use this chat run in terminal ruby chat.rb.
Open next window of terminal and enter telnet 127.0.0.1 1234
Ok you can start write messages in this window
Open third window of terminal for recieve messages and enter telnet 127.0.0.1 1234
Now you can send and recieve messages.
Enoy!