Tag: node js
Using Elasticsearch in Node.js
What is elasticsearch? Elasticsearch is a distributed, open-source search and analytics engine for all types of data, including textual, numerical, geospatial, structured, and unstructured. Elasticsearch is built on Apache Lucene and was first released in 2010 by Elasticsearch N.V. (now
Using Node.js for Uploading Files
Upload Files using Node.js When we build any web application, we often need to upload some files via our application. For uploading files using Node.js, we use “Formidable” module. You can download this module or install it using npm. Command
How to install, update and create module using NPM
What is Node Package Manager (NPM), how to install, uninstall and update It? How to create module in Node JS? NPM is a package manager for JavaScript programming language. It is basically an online shared repository where we can find,
Install node.js on Linux and Windows
How to Install node.js on Windows: You can install node.js for windows from Node.js website as they had provided the installer there. You need to run the .msi installer that is downloaded. Then Restart your computer as you won’t be