Good afternoon everyone,
I need to make 3 graphs with data from a SQL Server 2008 database, this data is subtracted from 3 stored procedures respectively and since the solution is only one page with the 3 graphics joined in 1 large one, I decided to use php + xampp + chartjs.
Within these requirements, I also need that the web page is constantly refreshing the data since they are updated throughout the day, so here I have some doubts:
I do not know if another web technology like Nodejs, for example, would be a better solution and faster, in this case I can choose in which to develop, since the only requirement is to use the DB in SQL Server.
Any idea is super welcome.
Thank you in advance!