Updates for 2.0

This commit is contained in:
crandmck 2014-07-25 11:48:52 -07:00
parent e541341bb3
commit 8725a8f5ba
1 changed files with 49 additions and 46 deletions

View File

@ -1,69 +1,72 @@
LoopBack is a highly extensible, open source Node.js framework that enables you to: LoopBack is a highly-extensible, open-source Node.js framework that enables you to:
* Create dynamic end-to-end REST APIs with little or no coding * Create dynamic end-to-end REST APIs with little or no coding.
* Easily access data from Oracle, MySQL, PostgreSQL, MS SQL Server, MongoDB, SOAP and other REST APIs * Access data from Oracle, MySQL, PostgreSQL, MS SQL Server, MongoDB, SOAP and other REST APIs.
* Incorporate model relationships and access controls for complex APIs * Incorporate model relationships and access controls for complex APIs.
* Run your application on-premises or in the cloud * Use built-in push, geolocation, and file services for mobile apps.
* Use built-in push, geolocation, and file services for mobile use cases * Easily create client apps using Android, iOS, and JavaScript SDKs.
* Easily create client apps using Android, iOS, and JavaScript SDKs * Run your application on-premises or in the cloud.
LoopBack consists of: LoopBack consists of:
* A library of Node.js modules. * A library of Node.js modules.
* A command line tool, `slc`, for creating and working with LoopBack applications. * [Yeoman](http://yeoman.io/) generators for scaffolding applications.
* Client SDKs for native and web-based mobile clients. * Client SDKs for iOS, Android, and web clients.
For more details, see http://loopback.io/. For more details, see http://loopback.io/.
## LoopBack modules ## LoopBack modules
In addition to the [main LoopBack module](https://github.com/strongloop/loopback), LoopBack consists of numerous other modules that implement specific functionality, The LoopBack framework includes of a set of Node.js modules that you can use independently or together.
as illustrated below:
![LoopBack modules](https://github.com/strongloop/loopback/raw/master/docs/assets/lb-modules.png "LoopBack modules") ![LoopBack modules](https://github.com/strongloop/loopback/raw/master/docs/assets/lb-modules.png "LoopBack modules")
* Frameworks ### Core
* [loopback](https://github.com/strongloop/loopback) * [loopback](https://github.com/strongloop/loopback)
* [loopback-datasource-juggler](https://github.com/strongloop/loopback-datasource-juggler) * [loopback-datasource-juggler](https://github.com/strongloop/loopback-datasource-juggler)
* [strong-remoting](https://github.com/strongloop/strong-remoting) * [strong-remoting](https://github.com/strongloop/strong-remoting)
* Enterprise Connectors ### Connectors
* [loopback-connector-mongodb](https://github.com/strongloop/loopback-connector-mongodb) * [loopback-connector-mongodb](https://github.com/strongloop/loopback-connector-mongodb)
* [loopback-connector-mysql](https://github.com/strongloop/loopback-connector-mysql) * [loopback-connector-mysql](https://github.com/strongloop/loopback-connector-mysql)
* [loopback-connector-oracle](https://github.com/strongloop/loopback-connector-oracle) * [loopback-connector-postgresql](https://github.com/strongloop/loopback-connector-postgresql)
* [loopback-connector-mssql](https://github.com/strongloop/loopback-connector-mssql) * [loopback-connector-rest](https://github.com/strongloop/loopback-connector-rest)
* [loopback-connector-postgresql](https://github.com/strongloop/loopback-connector-postgresql)
* [loopback-connector-rest](https://github.com/strongloop/loopback-connector-rest)
* [loopback-connector-soap](https://github.com/strongloop/loopback-connector-soap)
* Mobile Components ### Enterprise Connectors
* [loopback-component-push](https://github.com/strongloop/loopback-component-push) * [loopback-connector-oracle](https://github.com/strongloop/loopback-connector-oracle)
* [loopback-component-storage](https://github.com/strongloop/loopback-component-storage) * [loopback-connector-mssql](https://github.com/strongloop/loopback-connector-mssql)
* [loopback-connector-soap](https://github.com/strongloop/loopback-connector-soap)
* [loopback-connector-atg](https://github.com/strongloop/loopback-connector-atg)
* Security Components ### Components
* [loopback-component-passport](https://github.com/strongloop/loopback-component-passport) * [loopback-component-push](https://github.com/strongloop/loopback-component-push)
* [loopback-component-storage](https://github.com/strongloop/loopback-component-storage)
* [loopback-component-passport](https://github.com/strongloop/loopback-component-passport)
* Clients ### Client SDKs
* [loopback-sdk-ios](https://github.com/strongloop/loopback-sdk-ios) * [loopback-sdk-ios](https://github.com/strongloop/loopback-sdk-ios)
* [loopback-sdk-android](https://github.com/strongloop/loopback-sdk-android) * [loopback-sdk-android](https://github.com/strongloop/loopback-sdk-android)
* [loopback-sdk-angular](https://github.com/strongloop/loopback-sdk-angular) * [loopback-sdk-angular](https://github.com/strongloop/loopback-sdk-angular)
* [loopback-sdk-angular-cli](https://github.com/strongloop/loopback-sdk-angular-cli) * [loopback-sdk-angular-cli](https://github.com/strongloop/loopback-sdk-angular-cli)
* [grunt-loopback-sdk-angular](https://github.com/strongloop/grunt-loopback-sdk-angular) * [grunt-loopback-sdk-angular](https://github.com/strongloop/grunt-loopback-sdk-angular)
* Tools ### Tools
* [loopback-explorer](https://github.com/strongloop/loopback-explorer) * [loopback-explorer](https://github.com/strongloop/loopback-explorer)
* [loopback-workspace](https://github.com/strongloop/loopback-workspace) * [loopback-workspace](https://github.com/strongloop/loopback-workspace)
* [strong-cli](https://github.com/strongloop/strong-cli) * [generator-loopback](https://github.com/strongloop/generator-loopback)
* Examples ### Examples
* [loopback-example-database](https://github.com/strongloop/loopback-example-database)
* [loopback-example-datagraph](https://github.com/strongloop/loopback-example-datagraph) * [loopback-example-app](https://github.com/strongloop/loopback-example-app)
* [loopback-example-full-stack](https://github.com/strongloop/loopback-example-full-stack) * [loopback-example-database](https://github.com/strongloop/loopback-example-database)
* [loopback-example-office-supplies](https://github.com/strongloop/loopback-example-office-supplies) * [loopback-example-datagraph](https://github.com/strongloop/loopback-example-datagraph)
* [loopback-example-todo](https://github.com/strongloop/loopback-example-todo) * [loopback-example-full-stack](https://github.com/strongloop/loopback-example-full-stack)
* [loopback-example-access-control](https://github.com/strongloop/loopback-example-access-control) * [loopback-example-office-supplies](https://github.com/strongloop/loopback-example-office-supplies)
* [loopback-example-proxy](https://github.com/strongloop/loopback-example-proxy) * [loopback-example-todo](https://github.com/strongloop/loopback-example-todo)
* [strongloop-community/loopback-examples-ios](https://github.com/strongloop-community/loopback-examples-ios) * [loopback-example-access-control](https://github.com/strongloop/loopback-example-access-control)
* [loopback-example-ssl](https://github.com/strongloop/loopback-example-ssl) * [loopback-example-proxy](https://github.com/strongloop/loopback-example-proxy)
* [strongloop-community/loopback-examples-ios](https://github.com/strongloop-community/loopback-examples-ios)
* [loopback-example-ssl](https://github.com/strongloop/loopback-example-ssl)
## Resources ## Resources