4.1 KiB
4.1 KiB
What is LoopBack?
LoopBack is a Node.js mobile backend framework that enables you to:
- Create dynamic REST APIs
- Access data from Oracle, MySQL, PostgreSQL, MS SQL Server, MongoDB, SOAP and REST APIs
- Run your application on-premises or in the cloud
- Use built-in push, geolocation, and file services
- Easily create client apps using Android, iOS, and JavaScript SDKs
LoopBack consists of:
- A library of Node.js modules.
- A command line tool,
slc
, for creating and working with LoopBack applications. - Client SDKs for native and web-based mobile clients.
For more details, see http://loopback.io/.
LoopBack modules
The LoopBack Node.js modules are illustrated below:
-
Frameworks
-
Enterprise Connectors
-
Mobile services
-
Clients
-
Tools
-
Examples
- loopback-example-full-stack
- loopback-example-office-supplies
- loopback-example-todo
- loopback-example-access-control
- loopback-example-proxy
- strongloop-community/loopback-example-datagraph
- strongloop-community/loopback-mysql-example
- strongloop-community/loopback-examples-ios
- strongloop-community/loopback-example-ssl
Documentation
API
Mailing List
Discuss features and ask questions on LoopBack Forum.
Issues
File any issues here on GitHub.
Features
Read about the features of LoopBack.
Contributing
A brief guide for contributing to LoopBack projects.