This is my attempt to create a simple version of IRC. The IRC is implmeneted on top of TCP/IP protocal via the socket library.
- Language: *Python2.7
- API/libraries: TCP Socket, select, re, signal, sys, time, collection
- Download Python 2.7
- Run command "python server.py" - the server will give the hostname and the port.
- Run command "python client.py Username Hostname(or ip address) Port Realname"
- To see a list of commands type /help
Copyright (c) 2018 Mohammed (Zack) Salah