© 2022 Hashnode
#nodejs
Hey guys, I have been learning about websockets and I built a simple chat app to demonstrate how they work. Reference the github repository https://github.com/amschel99/Websockets.git A simple web app that allows users to chat online. It…
Hello Peeps 🖐 Hope you all are doing well, Nitin here, a full-stack developer, UI/UX designer, and an Illustrator bootstrapping useful products for the designers and developers community. I'm so exci…
Bên mình hiện đang có nhu cầu tuyển dụng Junior và Fresher Developer cho 1 công ty Product về Fintech, yêu cầu tiếng Anh cơ bản và interview 1 đến 2 vòng YÊU CẦU: Fresher NodeJS - Range: up to 17mil NET Hơn 6 tháng kinh nghiệm với NodeJS, …
Intro This is an entry level intro to Node.js from one beginner developer to another. Lore Once upon a time in the year of 2008, JavaScript developers lived a simple humble life only able to run JS in a browser. That naïve time however, w…
We will look at the easy and free way to send emails using nodejs in this article. We will use nodemailer to send emails and use Zoho for email setup. Now, let's go over the detail: What is Nodemailer…
There are various types of databases such as NoSQL, cloud, object-oriented, relational and so on and so forth but it can be pretty hard to understand the key concepts of them when you are a newbie. Fo…
Assumptions You have an existing node application. You know your way around Github. You can install npm packages via CLI. As a developer, hosting your application online is relevant for testing and …
Our client provided us with an on-premises windows server to run our integration. Our integration was working correctly, except when we found some data missing. Their on-premises network sometimes gets disconnected from the internet. Our ap…
Idea 💡 You must have seen link previews when you are tweeting a link or sending a message with a link on Discord, Slack, WhatsApp, etc. like this 👇 Do you want to integrate such link previews in yo…
After installing Node.js.. npm init // entry point: server.js npm : Use to install libraries npm init : Make package.json package.json : Automatically records which libraries are used What is Exp…