-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Dustin Schnelle edited this page May 26, 2018
·
2 revisions
This project is an internet chat relay application that allows multiple users to comminticate via text message within common "virtual" chat rooms. A RFC-style document will be created to describe the protocol of the IRC project. The document will describe the format of the message exchange between the client and server.
This project implement both an IRC client and an IRC server using Python.
Protocol Specifications:
- To be added in the near future
Functionality of the Application:
- Create a chat rooms
- User has ablity to join chat rooms
- User has ablity to leave chat rooms
- List of avaliable chat rooms is displayed to user
- Install Python2
- Clone of the repository