Quantcast
Channel: crashcoder » NodeJS
Browsing latest articles
Browse All 3 View Live

Check NodeJS Installed Or Not

To check whether NodeJS is installed or not. Try to get the version of NodeJS installed by open a terminal window and type: node --version or node -v To check which V8 version this node.js includes...

View Article


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 Article


NodeJS – 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
Browsing latest articles
Browse All 3 View Live