All Questions
1 question
0
votes
1
answer
427
views
Should I use mongoose / mongodb to handle my user REST session in nodejs? [closed]
I'm working on a project which has the following development strategy:
Frontend: Angularjs
Backend: NodeJs
DB: Mysql
I'm bulding a REST system with nodejs and I was wondering how should I handle the ...