Node.js
How To Setup Socket.IO with Express Application Generator
- Ahmed Shaltout
- January 21, 2024
- Node.js
- WebSockets
Let’s have WebSockets for Node.js and Express.js framework. One of the confusing things is to add Socket.IO to the Express application When you use the Express application generator.
Read More
Node.js
Web Scraping IMDB With Node & cheerio
- Ahmed Shaltout
- December 10, 2023
- cheerio
- database
- mysql
- Node.js
- Web scraping express
Let’s get movies from IMDb using Cheerio and save the data in the Mysql database using Sequelize.
Read More
Node.js
Authentication In Node.js And MongoDB
- Ahmed Shaltout
- September 27, 2022
- authentication
- database
- MongoDB
- Node.js
This tutorial will explain the easiest way to make an authentication system using Node.js and Mongo Database using JWT and Mongoose
Read More
Node.js
Node.js MySQL database CRUD model Express tutorial.
- Ahmed Shaltout
- May 6, 2022
- database
- Node.js
In this tutorial, we are going to create a reusable CRUD model class for MySQL database in Node.js and Express.js with RESTful API.
Read More