d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > 2 Ambiguous Questions
Add Reply New Topic New Poll
Member
Posts: 4,351
Joined: Mar 11 2017
Gold: 0.00
Aug 15 2017 10:04pm
1) Like Wordpress' Multi-Site, which allows the User to control and manage multiple domains (yes, different) under one admin system, is there such a thing for Node.js applications? Using Express/React/MongoDB. If not, how will this work?

2) When creating a Search Engine functionality (like google search), what are the most basic parameters to create one these from scratch? It's basically a query looping over your database and doing a "get" request to bring those results into an HTML format. Right? How do I make this even more complex and efficient (Time/Space complexity).
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Member
Posts: 2,940
Joined: Aug 23 2011
Gold: 1,080.37
Aug 17 2017 03:08pm
Hi, first what comes to my mind, have seen it mentioned recently, here in this book:
https://www.amazon.com/dp/1593275994
That is concerning your second question.
What about the first one, well, I'm curious myself now. :D
Both questions are actually interesting, I think. :)
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll