i have been tasked creating web interface embedded device runs c++ app controls led signs out in field. c++ app talks serial protocol signs via rs-232 , collects vital information such pixel health, temperature of sign, luminosity, frame being displayed etc..
the powers control on signs via web interface access information described above via web interface.
i have been given protocol query c++ app via tcp socket. need query app via tcp socket , somehow information web interface , vice versa in terms of controlling signs.
the embedded controller arm v7, believe capable of running node.js.
is node.js suitable task or should @ else?
not entirely sure how content node.js app browser yet.