Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

d1vanloon/cs5651

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

cs5651

Final Project for CS 5651

Client-server Chat Application with Analytics

Server

The server application has the following responsibilities:

  • Accept and handle client connections
  • Receive messages from clients
  • Pass messages received from a client to all other clients connected to the server
  • Measure and report the network performance between the server and each client
  • Monitor the connection state of each client

Client

The client application has the following responsibilities:

  • Establish connection to a server
  • Send messages to the server
  • Receive messages from the server
  • Monitor the connection bandwidth to the server (maybe done, needs testing)

About

Final Project for CS 5651

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages