Here's some important information that consolidates a bunch of prior posts.
Announcements list / group
LoopBack Announcements is a low-volume mailing list announcements from the LoopBack team, including security advisories. We recommend that you subscribe to it to get notified of important announcements.
Scrumboard
LoopBack has a
public scrumboard powered by
Waffle.io,
available for viewing to all our community members! Look there to find
out the project's top issues and priorities at any given time.
For more information, check out the blog posts:
Examples
Most of these examples are complete working apps.
Please help contribute some examples, and get some swag in return!
If
you run into any problems or bugs, create an issue directly in the
example repo (not the main loopback repo). Please add related questions
and solutions -- just send a pull request to the relevant repo. Even
if you don't know the answer, send a pull request to add the question to
the README file and we'll try to address it.
Promises supportThere have been some questions about LoopBack's support for promises.
Partial support is in place, and we're working to finish it. We're
tracking the work in issue
#418.
We plan to update API docs to include promise APIs, as well, but that hasn't been done yet. See
#1409 for the doc tasks.
LoopBack CLI
You can install it with:
npm install -g loopback-cli
This tool includes all the LoopBack scaffolding and dev commands that slc did. Because it's purely a development tool and doesn’t include any runtime tooling, you can install it without installing native compiler tools.
FAQs
Contributing to LoopBack
We welcome contributions to both code and documentation. Please read
Contributing to LoopBack for guidelines and more information.
Who's using LoopBack?
As
you can see, the list includes some large, well-known companies as well
as start-ups. You can be sure that there are more on the way!
Thanks,
The LoopBack team