Day 10: NodeJS - Body Parser Middleware
Whenever we pass any kind of data from the client to the server or in our case from our NodeJS to REST-API, there will be a need to parse the contents of what is incoming as a request. For example, we are sending data in JSON format to the server in ...
saketsk.hashnode.dev3 min read