0
can we create database in bootstrap website??
I want to create form in bootstrap i want to attach database to it. How it can be done?
5 Answers
+ 4
CalviŐ˛ is it true that JavaScript can't access any database?
Node.js and JSON isn't part of JavaScript?
+ 1
No, you can't, frontend web cannot contain database, and html,css and javascript cannot access any database.
+ 1
Adi Pratama-Universitas Brawijaya Nodejs can access database. Nodejs is run from server. Nodejs is server script that written in JavaScript.
Bootstrap is frontend css and javascript framework, not run from server.
+ 1
JSON is not JavaScript, it's data interchange file that represents JavaScript objects in text format.