I am coding a website that includes storing very simple data, just a very long list of names without any additional data on the server. Since this data is so simple, I really don't want to use MySQL (it would be too awkward), so I ask what is the best way to store very simple data on the server.
I would definitely prefer speed over anything else, and easy access to data via javascript and AJAX would be very good, as the rest of the site was encoded in javascript / jQuery. I do not care if the data can be freely viewed (since it will be available in any case) if it cannot be changed by unauthorized users.
javascript database ajax
DLiKS
source share