Part I
When web developers are bored at work, or we are sent a link to a GitHub project, what have you, we read it, and end up forgetting about it. Here's a start to try and change that.
https://danluu.com/monorepo (What is this? interesting looking)
https://github.com/lerna/lerna (Very intriguing for UI development, and for CMS architecture)
https://github.com/HugoDF/yarn-workspaces-simple-monorepo (Also see below, this is the GitHub repository.......Lerna seems similar, but maybe that would be a more modern/easier design. for a office-type "web development" team, this one might be easier instead.)
https://github.com/olivernn/moonwalkers (Awesome GitHub repo for an example site of Lunr.js JavaScript search tool, will be listed below. The author is very thorough with documentation, has clean code, documented code to explain the code & the thought process behind it/in the future for it, and organized)
https://github.com/olivernn (Follow this man on GitHub!)
https://github.com/olivernn/lunr.js (Also see below, this is the GitHub repository.......This looks like an awesome alternative for client-side searching. The problem is always that if it's PHP, or any language similar to that, it has to be Solr, Elastic Search, or some other old technology that makes no sense, costs a lot of money no matter what, and is an overall pain to the point that it seems pointless to have site search. This one might help to address that issue, and point things in a more sensible, and much calmer, direction)
http://cr.yp.to/daemontools.html (Please, please, please be a more reliable/sensible version of Supervisor. Running Laravel would become much easier)
https://fusejs.io (YAJSE.......Yet Another JavaScript Search Engine. Also see below, this is the website, then will be the article, and then the GitHub Repo)
article here
ALL OTHER SEARCH ENGINES
https://github.com/nextapps-de/flexsearch (THIS MIGHT BE THE ONE!!!!!
https://raw.githack.com/nextapps-de/flexsearch/master/test/benchmark.html (warning - a whole lot of CPU memory is going to get used)
Misc Links
https://medium.com/js-dojo/how-to-configure-webpack-4-with-vuejs-a-complete-guide-209e943c4772 (Very interesting article, with a full GitHub repository at the end)
Last updated