Simple exercise sending JSON data from Node JS backend
https://medium.com/codingthesmartway-com-blog/how-to-send-a-json-response-from-a-node-js-web-server-55461ce2685e
#nodejs #response #server
https://medium.com/codingthesmartway-com-blog/how-to-send-a-json-response-from-a-node-js-web-server-55461ce2685e
#nodejs #response #server
Medium
How To Send A JSON Response From A Node.js Web Server
JavaScript Object Notation, commonly referred to as JSON, is a text-based data exchange format. In this tutorial you’ll learn how to…
Using error handling and response handling globally in Node JS
https://javascript.plainenglish.io/global-error-and-response-handler-in-node-js-with-express-and-typescript-913ec06d74b3
#nodejs #handling #response
https://javascript.plainenglish.io/global-error-and-response-handler-in-node-js-with-express-and-typescript-913ec06d74b3
#nodejs #handling #response
Medium
Global Error and Response Handler in Node.js with Express and TypeScript
This guide will help you add the global error and success response handlers to your Node.js application.