913 Views
JavaScript's server-side language, node.js, it a powerful language to use for interacting with databases. My typical use case in this realm is to have an AWS Lambda function, running node.js, acting as a middle-ware component between my front-end and the back-end database, performing one or more CRUD operations.
0 comments