Skip to main content

New Developer Page - Create Dynamic End-to-End REST APIs with LoopBack 4

· 2 min read
Dave Whiteley

Originally published on strongloop.com

We've provided news, tutorials, and updates on LoopBack for almost as long as the StrongLoop site existed, and continued to do so after IBM acquired StrongLoop in 2015. Recently, IBM created another resource for LoopBack! In addition to accessing news of the open-source Node.js API Framework on this site, you can now also find news, code and more on the official IBM Developer LoopBack page.

The site clearly explains what LoopBack is, what you can use it for, and what it includes:

LoopBack is a highly extensible, open-source Node.js framework based on Express that enables you to quickly create dynamic end-to-end REST APIs and connect to backend systems such as databases and SOAP or REST services.

With LoopBack, you can easily create models based on a schema (if you have one) or define models if you don’t and build relationships between models.

LoopBack 4 is the latest release from the LoopBack team and includes:

  • A new core to deliver great extensibility and flexibility written in TypeScript/ES2017.
  • Creation experience for defining REST APIs and handling API requests and responses.
  • Programming model with dependency injection and concepts like components, mixins, and repositories to make LoopBack extensible.
  • GraphQL support through OASGraph.

In addition, the site provides a diagram displaying how LoopBack interacts with incoming requests and outgoing integrations as well as LoopBack's various capabilities. It also outlines the benefits of contributing to the project and how LoopBack addresses certain business problems.

Check it all out on the official IBM Developer page!

What Next?

  • Learn about other open source projects that provide key technologies for the API economy: API Microgateway; OpenAPI Spec; and of course LoopBack.

  • Be sure to follow StrongLoop on Facebook and Twitter!