Reputation: 439
I am trying to add group messaging functionality to the platform I'm working on. The concept of group messaging is more like a client ~ customerservice communication tool. As our backend stores data in JSON format only (no relational database whatsoever) I want to have an idea of what would be the most efficient way to store the messaging data.
Here are some details about it:
Any thoughts on the best practice to form data structure for this application in JSON?
Upvotes: 0
Views: 137