Simple chat client and server created for educational purposes.
- Download or clone from the source.
- Extract the code to a directory where you can reach and interact easily.
- Run terminal inside this directory.
- Start the server by executing
ruby server.rb
- Start the client by executing
ruby client.rb
- Enter your nickname and start chatting!
- Ruby (https://www.ruby-lang.org/en/)
- Class: Socket (https://ruby-doc.org/stdlib-2.3.0/libdoc/socket/rdoc/Socket.html)
- Deniz Ariyan - Initial work
This project is licensed under the MIT License - see the LICENSE file for details