Parse the POST request body in NodeJS without using ExpressJS body-parser by collecting and converting Buffer data into readable and accessible data format.
// To start server
npm run start
Then use postman to access the API with some x-www-form-urlencoded data.