Loopback is a great tool that allows you to generate an Express.js API from the command line. In this talk, I show you how you can take advantage of the Node.js ecosystem and integrate other modules into a Loopback API as business logic.
Remote Hooks • A remote hook is a function that can be executed before or after a remote method is called. • beforeRemote(), afterRemote(), afterRemoteError().
Wrapping up • Loopback isn’t just for POCs – rather than limiting you to generated code, it supports what you want to build. • It gets out of the way when you need it to.