I want to create a web based chat system with authentication.
It may hold sensitive data like emails, passwords and etc…
The records on my database maybe become grater and grater at each second.
Is MongoDB suitable for this plan and why?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you take the standard security precautions that you should take with any application requiring authentication and other sensitive operations, you will be fine. MongoDB does not present any known significant security vulnerabilities.