top of page

Client and Server

ROLE

Programmer

DESCRIPTION

This is an example of a simple chatting server which utilizes TCP protocols to communicate between the client and server side. There can be several users active at once on the server and each has access to unique protocols that the server can recognize and respond to. For example, users at any time can request the current users active on the server and receive a list from the server that will then be displayed. Apart from unique protocols such as that, the chat server and client work in tandem to allow for a simple text chatting application operable on different machines.

bottom of page