+ 1
How to use database in java script
2 Antworten
+ 1
You cannot use database in JavaScript but you can send data to server side and server side will handle database.
+ 1
Yes, A͢J is right, but if you don't want to use any backend language, just use Google's firebase database. https://firebase.google.com
It's very easy to learn and use, It's also one of my favorite databases.