How to store Messages

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.

Hey Prince, Yes you should store the messages in MongoDB and for caching you can use redis.