mysql - How can we use Node.js on server side -


i new node.js. able connect mysql node.js directly or need npm installation perform , if using nosql database mongodb how can connect node.js.

any time need functionality in node.js project, @ npmjs.org. there's vibrant array of add on modules node.js can enable accomplish kinds of things quickly.

you can use node-mysql module connect mysql node.js.

npm install mysql 

you can use node-mongodb-native connect mongodb node.js.

npm install mongodb 

Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -