project-2 solution

Job ID: 37467427

Budget: ₹1,500 – ₹12,500 INR

You are to modify your Chat application such that the server will collaborate with another node in order to successfully respond to requests from the different clients. The server you developed for project-2 will share, through a socket, the data component of the frames received with this new helper node. Your project-2 server will forward the text information from the frames to the helper node for processing. The helper node will create six threads, process the data received, and use a socket to share the generated results to the server. All communications between all nodes will be encoded according to the format defined in project-2.