This app allows you as a User to chat with friends and also with a group of friends.
The idea is to show how Web Sockets help us bidirectional communication with two or more clients connected, to display the messages in real time.
Go to the server folder to see in detail how to implement the server that handles Web Sockets connections.
Go to the client folder to see in detail how to implement a client that connects to a Web Socket Server.