UI Deploy

Curated, Short, Web UI Dev we Love.

Connecting nodejs app to Mysql

This article explains how to connect Node.js to Mysql, Mysql is  most popular open source Database, and Node.js is a non-blocking and Asynchronous type of Scripting language, That enables us to create very fast server side applications. So let's have a look how we can Connect NodeJs to Mysql.

view source

Advertisement