This repo contains a client and server side project. Its a small chat project where multiple client can connect to a server and are able to chat in real-time with one another.
This is a small chat server, where client can connect to when given the IP and port number. Works with a small protocol to 'register' clients per session and when sending messages from one client to the other
This client is able to connect to the chat server, where the user can send messages to other clients on the same server.