Monday, April 09, 2018

Creating a REST API With Node.js and Oracle Database

DZone Database Zone
Creating a REST API With Node.js and Oracle Database
Creating a REST API With Node.js and Oracle Database

Node.js and REST APIs go hand in hand. In fact, Ryan Dahl (the creator of Node.js) once described the focus of Node.js as "doing networking correctly." But where should you start when building a REST API with Node.js? What components should be used and how should things be organized? These are difficult questions to answer — especially when you're new to the Node.js ecosystem.

You could choose to use low-level packages and lots of custom code to build an API that's highly optimized for a specific workload. Or you could use an all-in-one framework like Sails.js, where many of the decisions have been made for you. There is no right or wrong answer: the best option will depend on the type of project you're working on and where you want to invest your time.

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...