13 ms·
Nice landing page, I'll give them credit for that. But why would I want to use this instead of Express or Restler?
by sahat 12y ago
Nice landing page, I'll give them credit for that. But why would I want to use this instead of Express or Restler?
- nevi-me 12y agoLoopback is built on top of Express, it'd be sad if they had to reinvent the wheel I reckon
- dashby3000 12y agoIt fills the gaps of Express so that you don't have to write so much plumbing.
- enjoyjava 12y agoLoopBack is built on top of express. You can use express routing and middleware with LoopBack as is. Express allows you to expose HTTP endpoints as APIs but it doesn't facilitate the quest to build/aggregate/protect/document APIs that interacts with various backend systems, such as DBs, Cloud services, and internal REST/SOAP APIs. LoopBack is positioned to be a fully-fledged API server with SDKs for JS, iOS, and Android.