klark-product-bot / jarvis-apis

0 stars 0 forks source link

Switch Login/Signup endpoints to node.js #2

Open never2average opened 4 years ago

never2average commented 4 years ago

node.js is a scalable, fast backend framework that excels at performing highly concurrent, low-computation tasks such as DB access, token generation, and so on. Therefore it best suits these lightweight tasks. Hence these tasks should be migrated ASAP.