Chatter-jee server starts up in the following steps.
- Create Server Window
- Get Port Number from Config.txt
- Create a list of Blocked Users
- Create a Server Socket on the port number specified in Config.txt
- Infinitely keep listening on this socket
This means after sucessful startup of the Server, it has the following resources at its disposal.
The Chatter-jee Server waits indefitely for client connections. When a client requests for connection,
this is what happens.