Joey;24699 said:Yeah, we already have IRC and the forums, I don't see the point in that. :x
Thirdmaster;33068 said:I agree that a shoutbox is better. No one probably uses the chat function since it's like going a big round just to have a talk. A shoutbox is more convenient.
User sends message -> Server receives message -> Server sends message to user -> User receives message
User sends message -> Server receives message -> Server stores the message
User queries the server for update every few seconds -> Server queries for new messages -> Server sends old and new messages to client
User queries the server for update every few seconds -> Server queries for new messages -> No new message -> Server sends old messages to client (most queries are like this)
User sends message -> Server receives message -> Server stores message -> Server write old and new messages to a file
Client queries the server for update every few seconds -> The server respond with pre-written file