Base64 slows down the request if we are sending it back and forth and the same thing with the Buffer object. Find an efficient and effective way to pass the image between server and client without slowing down request or else we won't be able to process images fast enough
Base64 slows down the request if we are sending it back and forth and the same thing with the Buffer object. Find an efficient and effective way to pass the image between server and client without slowing down request or else we won't be able to process images fast enough