3
I have an application in angular, basic with forms that stores the data in arrays and receives the dado in dados
in div's
. Now how can I store this data? What options have I been using Angularjs?
Being familiar with php and Mysql, I know I can pass the data by $http
and call the file .php
But I also know there’s Mongodb...
An application that uses Mongodb works on a server PHP/Linux?
One more thing, on the Angular page they refer to Firebase that left me with more doubts yet. What is the best way to "play" with dice in Angularjs?
Thank you for the reply!
– David Concha