I am new to javascript (mostly work on backend) but now I want to create a visualization and want to use javascript for it.
I have data saved in a file in format
id1 uid1 rating
id1 uid2 rating2
Just to get started, I want to read data from this file and display it on my browser?
Do I need to start server.. or can i do it just like that.
Any suggestions/directions will be appreciated.
THanks
you need to learn about ajax,and deal with browser differences. A way that would work on firefox and chrome would be :
more about it :
https://developer.mozilla.org/en-US/docs/AJAX/Getting_Started