Express tutorials

Convert Express App into Desktop App Using Electron: A Step-by-Step Guide 

As Node.js developers, we continuously seek ways to build desktop applications using the same frameworks and JavaScript code, and if we can ably do then we can enter into the application developer space directly from a web developer which eventually grants unlimited power. Well here is how can we do this. In this tutorial, we

Convert Express App into Desktop App Using Electron: A Step-by-Step Guide  Read More »

RESTful API Using Node.js and Express.js

REST stands for REpresentational State Transfer. REST is a web standards-based architecture and uses HTTP Protocol. REST services address components as resources and are accessed by a common interface using HTTP standard methods. RESTful is the web service implementation of REST software architecture. In this tutorial, I am going to explain how to build RESTful

RESTful API Using Node.js and Express.js Read More »

Nodejs Authentication Using JWT and Refresh Token

Nodejs authentication using JWT a.k.a JSON web token is very useful when you are developing a cross-device authentication mechanism. Here is how token-based authentication works: User logins to the system and upon successful authentication, the user are assigned a token which is unique and bounded by time limit say 15 minutes On every subsequent API

Nodejs Authentication Using JWT and Refresh Token Read More »

HTML5 Push Notification System Using Nodejs MySQL Socket.io

Real-time web/mobile application is becoming popular day by day. Services like Firebase and Pusher provides API’s and Services to develop effective real-time notification system for your mobile and web apps. We are not going to use these Services in this post; instead, we will develop an application that pops up a notification on a particular

HTML5 Push Notification System Using Nodejs MySQL Socket.io Read More »