CHAT Engine
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I need to create a chat engine for the website i am creating..The requirements are: authorized to members only.. once they are authorized they can enter into chat page for sending and receiving messages.. no rooms to create... everyone can see each other... the page shouldnt be refresed on a whole....Can anyone help me with coding part or suggest me some good articles about chat form...I prefer no database,no javascript except for simple html...that can provide scalability and performance...as messages pass their number -50, first 20 statements will be deleted..etc etc..