hello everyone,
am new to server programming , so if said anything that sounds stupid forgive me.
my scenario goes like this i have a chat server app just like chatroulette all what it does is exchange ip address of the two user
so they could create a p2p connection "no involvement at this stage by the server", its sounds simple i know but am thinking of it scaled
to a million user, so with concern of the volume, should i use c# , socket connection "between client and server".
any hints or ideas are welcomed, thanks in advance :)