Hi,
There is a requirement in my Project (Windows Application) to generate Chat Server.
Requirement is Like,
Admin fires a Message from any Client machine, that message should be displayed to all the clients conneccted to my
SQL Server (Local Network as well as Internet) with in my application(May be a little form popup or any thing else) only.
Message is One way only, no requirement to Reply that message back. Just view message to all the connected client.
I am new to Network Programing Please, can any one guide me to develop such a facility in my application.
Loading
Mahesh ChandPosted Jun 26, 2009, 7:24 AM
Chat Server with Client Implemented with C# by Nanu Jogi on Dec 27, 2005
This client/server application let you chat ....
The application is a simple Chat server and Client, which is conversion of Java RMI chat server and client. The Java client was a Applet and present application client in WinForm.
This application is a simple Chat server and Client, which is conversion of Java RMI chat server and client. The Java client was a Applet and present application client in Windows Forms.
The article explains about devloping a chat Solution in ASP.Net / C# which is differnt than any of the available solutions and works under any firewall and browser settings.
This client/server application let you chat ....
This is an implementation of a Chat program using sockets. Along with basic chat capability,
This is a article on how to create a simple console based chat application using socket connections.
This is a simple chat program, which uses asynchronous socket to provide connection between two machines.