mercredi 21 février 2018

Designing login system in Node.js for large number of concurrent users

My requirement: I am designing login system which could serve 1000's of concurrent users, where in user provides its user name and system should send an OTP (valid for 2 minute) to the registered mobile and once the user enters the OTP in web-page, he would be logged-in.

I am checking feasibility on this login system in Node.js, considering each request might wait for 2-minutes. Also suggest me if any other technology is more suitable for such kind of requirement.




Aucun commentaire:

Enregistrer un commentaire