Skip to content

Tag Archives: Node.js-Misc

Telegram bot can be used to know the complete weather details of any city, state, a country without going using another application. Telegram provides a… Read More
We can link our MySQL Database in Node.js Backend Side with the mysql module. This module helps in connecting our database with the backend server… Read More
The ‘headers’ Event in the http2 server is emitted when an additional block of headers is received for a stream. Syntax: Event: 'headers' Parameters: This… Read More
Discord is an instant messaging application mostly used by developers and gamer communities. Many discord servers use bots to automate the task. Bots are programs… Read More
Telegram bot API can be used to create a chatbot that returns the complete details of movies, web series, and Tv series by sending the… Read More
Puppeteer is a Node.js library that provides a high-level API to control headless Chrome or Chromium over the DevTools Protocol. It allows automating, testing, and… Read More
Environment variables are a good way to ensure security of your precious API keys and secret stuff as well as adaptive code. However, setting up… Read More
mongodb.connect() method is the method of the MongoDB module of the Node.js which is used to connect the database with our Node.js Application. This is… Read More
The nodemon Module is a module that develop node.js based applications by automatically restarting the node application when file changes in the directory are detected.… Read More
Node.js is a single-threaded language and uses the multiple threads in the background for certain tasks as I/O calls but it does not expose child… Read More
EJS or Embedded Javascript Templating is a templating engine used by Node.js. The template engine helps to create an HTML template with minimal code. Also,… Read More
The Bot.sendVideo() method is used in the Node.js Telegram Bot API. This Node.js module to interact with the official Telegram Bot API. This method is… Read More
Node.js: Node.js is an open-source and cross-platform runtime environment for executing JavaScript code outside a browser. You need to remember that NodeJS is not a… Read More
Node.js: Node.js is an open-source and cross-platform runtime environment for executing JavaScript code outside a browser. You need to remember that NodeJS is not a… Read More
‘Express’ Module: In order to use the express module, we need to install the NPM (Node Package Manager) and the following modules (on cmd). //… Read More