You are on page 1of 1

Socket Programming – Chatting system

1. Develop a Chatting system that enables two people chatting to each other. Two different
projects need to be created with the same interface as below. One site should request for
connection establishment and the other site should listen and accept the connection. Socket
programming and TCP protocol need to use for the system and same port number should be
assign for both project.

Before run the system makes sure the firewall to be turned off first.

You might also like