Zihan Linzihanlin.hashnode.dev·May 21, 2024Authentication with express-session and Passport.jsStep-by-Step Process 1. User Submits Login Form User Action: The user fills in their credentials (e.g., email and password) and submits the login form. Frontend Action: This sends a POST request to the server with the user's credentials. 2. S...software development
Aditya Pippalap29.hashnode.dev·Jan 16, 2024Building a Pinterest Clone with Node.js, Express, and MongoDBIntroduction: Welcome to this step-by-step guide where we'll walk through the process of creating a Pinterest clone using Node.js, Express, and MongoDB. We'll be using popular packages such as Express-generator, Passport, Passport-local, Passport-loc...11 likes·92 readsNode.js
Saheed Shittusaheedcodes.hashnode.dev·Mar 11, 2023How To Build A ChatBot Using Nodejs and Socket.ioA chatbot is a computer program designed to simulate conversation with human users, especially over the internet. They provide quick responses, are always available, less error-prone, and can help reduce operational costs. Due to these benefits, chat...4 likes·600 readsNode.js