A very simple webservice exposing Google search engine as a small webservice; It's against Google's term of service to scrape its services so please note that this code is only for educational purposes.
1. $pip3 install -r requirements.txt
2. $python3 main.py #starts the server
3. $python3 client.py #test the server
1. Better error handling
2. More testing