Socket Server/Client Chat

Monday, March 1, 2010


I've written a Socket Server in C# and a Socket Client in Actionscript 3.0
What you see in this picture is a server interface in the middle that logs server start, client connections and disconnections.
It uses TCP traffic to a central server that relays messages to all clients currently connected to it. It acts as a chat program, but can be used to interface Adobe Flash and Microsoft .Net together! Using this concept, one could even make a Flash network game. Although the server app must be run on a Windows platform, the flash chat client works both on Windows and Macintosh. If anyone would like some code samples, please inquire.

2 comments:

Anonymous said...

could you post he code

Kyle said...

You can download my sample project at
http://www.kylesebestyen.net/chat.zip

Post a Comment