I have started to explore node.js and I am wondering where user data would get stored if I wanted to create a registration form/login and logout functionality to the website.
I know that with php the form data is written and stored to the SQL database that is on my server.
What happens when I start to use node.js authentification packages. Do I still need to set up a SQL database on my server? Or does it work in a different way? Where would all the usernames, passwords and reg e-mails be stored?
Rather confused but so eager to learn node.js and make a simple working registration form.
Thanks guys!