a Client-Server that receives an uploaded image and responds a modified image
to start a server on your localhost, run the following command:
$ node server/server.js
to connect to the server, run the following command:
$ open ./client/html/index.html