Tag: MOTT messages

How to Show Flash Messages in Node.js using the Connect-flash Package?

Reading Time: 7 minutes The Node.js Connect-flash module is extremely useful for developers whenever a flash message needs to be sent. When a user is redirected to a specific webpage, the connect-flash module in Node.js allows developers to display a pop-up message. For example, in your Node.js demo application, you might want to notify your users when they log […]

How to connect smart devices to the AWS IoT Core service and watch it send MQTT messages (Part 1)?

Reading Time: 13 minutes The Internet of Things, also known as IoT, in recent years, successfully disrupted our daily lives. If you are using smartphones, smart watches, smart fire alarms, smart door locks, smart bicycles, medical sensors, fitness trackers, smart security systems, smart refrigerators, or smart cars, you are using IoT devices! IoT devices are making our lives better […]

Back To Top