@ert4, sending something to a Web server is not exactly the same as showing (data in) a Web page... latter is more like responding with a Web page on a browser request.
Since you are talking of collecting, you need something on the Web server that is able to receive data and hold on to it, and something that then makes that data part of the returned Web page.
What kind of Web server do you run and on what platform?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
@ert4, sending something to a Web server is not exactly the same as showing (data in) a Web page... latter is more like responding with a Web page on a browser request.
Since you are talking of collecting, you need something on the Web server that is able to receive data and hold on to it, and something that then makes that data part of the returned Web page.
What kind of Web server do you run and on what platform?