CORS stands for Cross Origin Resource Sharing, and simply means other 'origins' (other servers and client sides) can communicate with your own server. By default, your Node/Express doesn't allow CORS, but we can allow it by installing the 'cors' package from NPM.