Anonymous Asked in Cars &Transportation · 2 weeks ago

Does JavaScript have a database?

Simple answer is: no. JavaScript is a client-side language that runs in the browser (node.js notwithstanding) and MySQL is a server-side technology that runs on the server. That means you typically use a server-side language like ASP.NET or PHP to connect to the database. 12 нояб. 2011 г.


Can you use JavaScript as a database?

Javascript is not a client side ONLY language anymore, Node. js is that one example where Javascript is used for server side programming and it actually has database connectivity as well. It is very efficient and optimized for server side programming.

Which database should I use with JavaScript?

js supports all kinds of databases no matter if it is a relational database or NoSQL database. However, NoSQL databases like MongoDb are the best fit with Node. js.

Related Questions

Relevance
Write us your question, the answer will be received in 24 hours