readFile - It will read the file completely into memory before making it available to the User.
createReadStream - It will read the file in chunks of the size which is specified before hand.
createReadStream - It will read the file in chunks of the size which is specified before hand.