chat room

Tamer_Ahmed

Centurion
Joined
Dec 20, 2003
Messages
159
Location
Egypt
hi all i'm thinking in making chat room using asp.net and i'm doing good with .net remoting but i don't know how to start can any body give me some guidnace in how to do this
i think the best way for this is .net remoting do am right or not
 
Do you already have any code / design working? If not is there any reason why you have decided on ASP.Net and remoting?
ASP.Net may not be the best medium for a chat program due to the fairly static nature of web pages - large amounts of functionality would probably have to be coded using a client side technology like java script.
Also .Net remoting can be a difficult subject to learn in it's own right, you may be better of investigating the sockets support in the framework as an alternative.
In fact if you search these forums you should find a few posts on this topic already.
 
Last edited:
I guess using java applets or flash movies would be a better choice, and easier to implement, and would give better end results.
 
Back
Top