chat application
-
Hi im a beginner and in need of some help. im tryin to create a simple chat program like mIRC. Could someone just explain the concept of how it flows. I have an idea but not sure if thats how it is. I have a server-side app, and a client-side app connecting to the server. does the message the client types just get sent to the server and then the server sends the message to all connected clients? how do i go about creating handles for each client connecting to my server? Please help. Thanks
-
Hi im a beginner and in need of some help. im tryin to create a simple chat program like mIRC. Could someone just explain the concept of how it flows. I have an idea but not sure if thats how it is. I have a server-side app, and a client-side app connecting to the server. does the message the client types just get sent to the server and then the server sends the message to all connected clients? how do i go about creating handles for each client connecting to my server? Please help. Thanks