HomePosts Tagged "nodejs"
Posted in Back-End & Database, NodeJS

Receive Mail From Email Server Using Node Js

Introduction: This topic is related to how we can fetch/send emails from an email server (gmail, yahoo, outlook, etc) with NodeJs. IMAP (Internet message access protocol): Introduction: IMAP (Internet Message Access Protocol) is a standard email protocol that stores email messages on a mail server, but allows the end user to view and manipulate the messages as […]

Posted in Back-End & Database, Uncategorized

Nodejs Headless CMS: Strapi.io KeystoneJs

Node.Js It is an open-source server environment that is free of cost for all developers around the world. Node.js runs on various platforms (Linux, Windows, Unix, Mac OS). The Node.js uses synchronous programming and JavaScript on the server. Send Task to the computer file system The file system opens and reads the file. The server returns […]

Posted in Back-End & Database, Express, NodeJS

Firebase Function Rest Endpoint With Node/Express

Installation Before we commence, we will need to setup firebase on our local machine environment and we can easily do this by following the steps listed below: 1. Install the Firebase CLI via npm by running the following command: npm install -g firebase-tools2. Sign into Firebase using your Google account by running the following command: firebase login3. […]