adds code


CORS, or Cross-Origin Resource Sharing: In this video I dismantle a React.js project and replace it with an HTML file that contains a basic POST method. On the server side, the node.js function breaks down the value sent over and returns the "break down result". This video shows that Node.js does not care what the client side is built with. As long as the proper protocols are met along with Cross Origin Requirements. View code here: https://github.com/aaronrs2002/node-change-maker/
Previous Post Next Post