I am running a python script on a raspberry pi that collects temperature and humidity information, and i have internet server where i have to send that information. I am running node.js on server side, and i made connection between python and node using websockets, but i dont know how to display information in html.
Is it ok to open one socket for communication with python and other for displaying information on html.