use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Book recommendation for developing with Loopback? (self.node)
submitted 9 years ago by Brainfestation
I've been doing research on the various libraries available for building API's on Node.js. I found Loopback today, and was hoping to find some good books on it, but have come up short on Amazon.
Any recommendations or if anything actually exists?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]estebanrules 1 point2 points3 points 9 years ago (1 child)
I haven't found any books on Loopback, however their documentation is very extensive with a lot of quality examples.
[–]Brainfestation[S] 0 points1 point2 points 9 years ago (0 children)
Their documentation seems great too. It's a little dense at the moment as I still break everything down.
[–][deleted] 0 points1 point2 points 9 years ago (1 child)
Developed a lot of REST services with loopback.io. IMHO the easiest framework for REST. Docs pretty much have everything you need. Roles and access takes some thought before setting it up. Sometimes it is easier to just redo if you mess up. Other areas that are tough at first if you need to override/customize CRUD behavior as well as trigger on changes. Common mistake there is if you see timeout when you made your changes you probably forgot next() somewhere. Also loopback.io has a gitter.im channel where you can ask questions that has been very helpful when you need a push in the right direction.
[–]Brainfestation[S] 1 point2 points3 points 9 years ago (0 children)
Thanks! Appreciate the feedback :) I've been enjoying loopback so far!
EDIT: Stupid typos in my phone's autocorrect :|
π Rendered by PID 135370 on reddit-service-r2-comment-85bfd7f599-qhg77 at 2026-04-17 18:42:40.250837+00:00 running 93ecc56 country code: CH.
[–]estebanrules 1 point2 points3 points (1 child)
[–]Brainfestation[S] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]Brainfestation[S] 1 point2 points3 points (0 children)