Wednesday, 2 May 2018

Web app dictionary implementation question.

Hi all,I've recently been getting into back-end development and learning node.js, so far so good. The project I'm working on will require dictionary support to query inputted words and return definitions. I have a MongoDB collection composed of documents for each word in the English language and their respective definitions.My question is, how can I best query the data to prevent using excessive server resources? If this was a phone application I assume downloading the collection locally to be the best option but for web apps, I'm not aware of a solution.Thanks in advance, I'm probably overlooking something and appreciate the feedback.

Submitted May 02, 2018 at 10:11AM by CaptainFitzgerald

No comments:

Post a Comment