Viewing a single comment thread. View all comments

c00750ny3h t1_j6c6j6j wrote

There is front end and back end code. Front end code is like Javascript that gets downloaded to your local machine and it is run using your own computing resources. This part you can steal.

What you can't steal is backend code. Google's search function on their main page sends your text input into their own proprietary servers and returns the results to you, so their searching algorithm is nowhere in the web page source code.

3