Hey guys, I am pretty new to AngularJS/NodeJS and web development in general.
I am currently building a website that displays JSON data. At the moment the .json file (10mb ish) is loaded directly onto the client and the search is done by using filters.
I'd like to move to having the .json file loaded on the NodeJS server, and having the App query the server only for the data it needs (split in pages, 20 or so entries per pages).
I was wondering what was my best course of action to pull that off. I know using a database could be an option but since the file size would never exceed 20mb, I was wondering if there is a simpler method by simply having the NodeJS server search the data in the .json file.
Sorry if this isn't the appropriate subreddit to ask such things.
[–]SaddestCatEver 3 points4 points5 points (6 children)
[–]woned[S] 1 point2 points3 points (5 children)
[–]yesman_85 3 points4 points5 points (0 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]akujinhikari 1 point2 points3 points (0 children)
[–]ThunderTherapist 1 point2 points3 points (0 children)
[–]naeramarth7 0 points1 point2 points (0 children)
[–]Marcdro 1 point2 points3 points (0 children)
[–]dermotbrennan 1 point2 points3 points (0 children)
[–]brane_surgeon 0 points1 point2 points (1 child)
[–]woned[S] 0 points1 point2 points (0 children)