Make a server for a chat

Posted by Sebastian on Stack Overflow See other posts from Stack Overflow or by Sebastian
Published on 2010-06-06T11:57:45Z Indexed on 2010/06/06 12:02 UTC
Read the original article Hit count: 272

Filed under:
|

Hello,
I would like to make a server for a chat and I wonder whether a server must, for example, connect to MySQL whenever a client enter to a room to check if he is moderator or banned from this room.
Is it necessary that I use MySQL to update the number of connected clients whenever a client go to another room(to display the number of connected clients on a web page)?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about server