My Naive Thoughts of CRUD and Chat Systems
Chatting in real-time invovled server-client communication. For example, PHP web is best for Create-Read-Update-Delete operation, but it is inefficient for chatting, as the client need to pool against the server for new data periodically. This would not scale for the server against the growth of user base.