Suppose I have to build a web platform where I have to give messaging service. I am using node with MongoDB. So should I store the messages in MongoDB or is there any optimized solution.
How to store Messages
Hey Prince, Yes you should store the messages in MongoDB and for caching you can use redis.