So, I'm wanting to set up user-based chat from scratch. It will an IM type system where users can choose to chat to other specific users, so not a chat room.
I'm torn between various methods of how to set it up, so I wanted to ask the community for their thoughts on the matter. The main points of topic I would like to touch on are what the pros and cons are to various features offered in IMs (such as saved history, etc), real-time updating and how to go about it, as well as how to store chats online.
My initial thought was to use MySQL (or some form of database) to store the chats, but not entirely sure how I would set it up for the effect I'm looking for. Any thoughts?
~Plystire
A rose is only a rose until it is held and cherished -- then it becomes a treasure.