[nodejs] Re: Question is this possible

2016-10-10 Thread thebluearchernc
Ryandesign that was my original intent was to use separate pages to display part of the complete gauge cluster but then i got started reading about node.js (which allows some real time display of data or so i am lead to believe) and then ports came into the discussion and well it went spiralin

Re: [nodejs] Re: Question is this possible

2016-10-07 Thread Zlatko Đurić
Oh, so you want to distribute a dashboard to a few devices :) What a marvelous idea! So, let's play with it, I'm already enjoying this! I'd say your key data structure is a "Car". It has a few "sensors", a "PIN", and a list of connected "display devices". If it has devices (phones) connected, it w

[nodejs] Re: Question is this possible

2016-10-06 Thread thebluearchernc
Well i am new at this so no i

[nodejs] Re: Question is this possible

2016-10-06 Thread Zlatko
Having 5 devices connect to different ports is fine, not a problem, but *why* do you want separate ports? You can have a single page and have it split into sections and have them all update. You can, at the same time, have 5 things connected somewhere. You can even make a link between those con