Hi,
In my recent project the client requirement consists of this word LoopBack and so I started learning about it but still cant find what exactly it is. Through my learning I found it is built on ExpressJS and creating modules and also we can create and use client memory and also can include various DB's.
I hear that it bridges the gap between server and client but the question is where is my server.js code? When I'm changing the data's it's reflecting in my DB so is it acting like a GUI?
Please correct me if I'm wrong since I'm completely new to LoopBack.
Peter Scheler
JS enthusiast
There is Loopback and Strongloop.
Strongloop is the name of the company and a tool collection for Loopback (including the scaffolding tool and the PM).
Loopback is a big webserver and REST/API framework with a big ecosystem around the actual framework (ProcessManager, GUI, ORM). It brings a lot "ready to use". Like autorization, authentification and usermodels.
It's only backend. The frontend is still yours.
I tried it but actualy don't use it. The docs and the tutorial within them helped me a lot to get started.