↧
NodeJS Using Mysql Connection
Mainly server side stands for connecting and querying a database. With Node.js,You have to connect the mysql database by installing a library. here, picked the stable and easy to use node-mysql module....
View ArticleNodeJS – User Authentication and session Storage Using Express + Mysql +...
var express = require('express'), routes = require('./routes'), api = require('./routes/api'), http = require('http'), path = require('path'), mysql = require('mysql'), passport = require('passport'),...
View Article