InterviewSolution
Saved Bookmarks
| 1. |
What is the use of CORS in Node JS? |
|
Answer» CORS is a Node.js package USED for PROVIDING a Connect/Express middleware. Exampleapp.use(function(REQ, RES, next) { |
|