Best way to implement a chat system
-
I am currently using a chat plugin for my website, but I want to make user chat more core functionality. My thought is to make a custom post type
chat_post
or something similar and implement a way for users to type up a message/post, and have it appear in the chat. This would be similar to google groups.My question is on implementation. If I do use a custom post type there would be thousands of posts each year that would add up and potentially slow down database queries? Would there be a better alternative implementation?
What I want is more custom than most plugins so I can design it myself, I just want it to be efficient a few years down the road so I don’t have to go back.
If I need to clarify anything let me know, this might be a little unorthodox.
- The topic ‘Best way to implement a chat system’ is closed to new replies.