• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Website advice

narko

vertrauenswürdig ~
Joined
Oct 19, 2008
Messages
1,317
Solutions
2
Reaction score
132
Location
Unknown
Hi there! I am not an expert when it comes to developing a website engine or something like that, that is why I am posting here to hear some advices of you guys. I am planning to create a website able to do the next things:

- Real time data monitoring (automatic refresh ajax ?).
- Automatic generated grahps.
- Dynamic tables.

Data will be gather from a database. I don't really know if is the best way to do that but for the mean time.
I've made a prototype of all this already but I wanted to hear some advices from you guys. I am open to start learning a new way.

Thanks in advance.
 
- Real time data monitoring - socket.io
- Automatic generated grahps - if you mean charts then chart.js or d3
- Dynamic tables - datatables
 
Back
Top