Free Academic Seminars And Projects Reports
Simple chatting program - Printable Version

+- Free Academic Seminars And Projects Reports (https://easyreport.in)
+-- Forum: Project Ideas And Disscussion (https://easyreport.in/forumdisplay.php?fid=32)
+--- Forum: Engineering Project Ideas (https://easyreport.in/forumdisplay.php?fid=33)
+---- Forum: Computer Science Project Ideas (https://easyreport.in/forumdisplay.php?fid=36)
+---- Thread: Simple chatting program (/showthread.php?tid=4795)



Simple chatting program - Abishek bhardwaj - 08-16-2017

Introduction
Simple Chatting Application Using Socket Programming in VB.Net . This Application use TCP Protocol for Communication. So it is Connection Oriented and reliable Service..

Background
Mainly Background is Socket Programming in VB.NET which use System.Net.Sockets NameSpace..
Client Socket:: TcpClient Class
Server Socket:: TcpListner Class
Socket is Combination of IP_Address and PortNo.. When we create Socket we have to give IP , Port No and Protocol..
Here DotNet give TcpClient Class which is by default use TCP Protocol.. we have to just provide IP And PortNo..
Same way For TcpListner Class also..


Simple chatting program - jiya - 08-16-2017

Hi,
visit this thread for a related topic:
http://seminarsprojects.net/Thread-chat-server-full-report