Tag: javascript
-
Publish and Subscribe MQTT messages over WebSocket
This post will show you how to publish and subscribe to the MQTT broker thru the WebSocket protocol using the Javascript library mqtt.js
-
How to serve static files in Node.js and Express server?
This post will show you how to serve static files like HTML/CSS/Javascript or images using Node.js and express server.
-
Control WS2812B/Neopixels Using Mobile Phones and Raspberry Pi – Final
This is the final post on how you can control your WS2812B Neopixels Using your mobile phones and raspberry pi.
-
ESP8266 NodeMCU Web Server: No Page Refresh using AJAX and Javascript
This post discusses how we can make our NodeMCU ESP8266 Web Server more responsive and reduce the page refresh or flickering using the AJAX or XMLHttpRequest API.