Dtynin
Dtynin
DIIDevHeads IoT Integration Server
Created by Dtynin on 6/11/2024 in #middleware-and-os
Real-Time Data Push to Web Browsers on Resource-Constrained Embedded ARM-Linux Devices
@Middleware & OS I'm developing a real-time data monitoring application on a resource-constrained embedded ARM-Linux device. The goal is to push data updates to multiple web browsers (around 20 clients) simultaneously. Each client will visualize roughly 100 data points. I've explored options like APE and Comet, but they seem more suited for traditional server environments with more resources. For instance, APE might be too heavyweight for the limited processing power of the embedded device. Are there any lightweight protocols or libraries well-suited for pushing real-time data to web browsers from resource-constrained embedded Linux devices?
2 replies