MongoDB is a cross-platform document-oriented database which stores data in JSON structure key pair value. It’s easy to integrate data. But we are going to see about installing MongoDB in Windows OS. MongoDB supports four Operating System Windows, Linux, Mac OS X, and Solaris. Also, you can download Current, Previous and Development release. https://www.mongodb.org/downloads We are […]
How to monitor connected and disconnect user IP Address in Nodejs
Nodejs have the ability to track the connected and disconnected user IP Address with socket.io node package. What is Socket.io ? Socket.io enables real-time directions which is event based communication. Its works on all the platform, browser or device on reliability and speed. We need to check few package it’s installed or not. if not you […]
Installing npm in NodeJs
NPM is node package manager for NodeJs, which is written fully in JavaScript. NPM runs on terminal or command line and manages dependencies if needed, when author include on the package. To install package just run the below command in terminal or command line.
Installing Nodejs in Windows Operating System
When I was analysing real-time data with PHP, MySQL and JavaScript. I came to know some basic stuff like ajax calls, but its not real because we need to set request based on interval. For example I need to refresh the data, whenever new data is added or update in database. But ajax calls will refresh […]