Node.js Websockets Server Sensor Data Handling

preview_player
Показать описание


By the end of this tutorial, you will have a solid understanding of how to build a websocket server and stream data in real-time using AZ-envy development boards based on the ESP8266 microcontroller. Let's get started!

Links:
Visual Studio Code:

Dependencies:
"express": "^4.17.3",
"path": "^0.12.7",
"ws": "^7.5.7"

Projects github repo:

Chapters:
0:00 - Introduction
0:57 - Prerequisite
3:36 - Software installation
4:59 - Creating project
7:17 - Coding time
11:34 - Testing it out
Рекомендации по теме
Комментарии
Автор

what is the secrets.h header file for?

sixmorewhiskey
Автор

websocket_server_host is the ip address of the computer right bro

longhuynh