loopback/README.md

75 lines
4.0 KiB
Markdown
Raw Normal View History

2014-05-14 19:06:13 +00:00
LoopBack is a Node.js mobile backend framework that enables you to:
2014-05-14 18:55:04 +00:00
2014-05-14 19:07:33 +00:00
* Create dynamic REST APIs with little or no coding
2014-05-14 18:55:04 +00:00
* Access data from Oracle, MySQL, PostgreSQL, MS SQL Server, MongoDB, SOAP and REST APIs
2014-05-14 19:07:33 +00:00
* Incorporate model relationships and access controls
2014-05-14 19:06:13 +00:00
* 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
2014-05-14 18:55:04 +00:00
LoopBack consists of:
* A library of Node.js modules.
2014-05-14 19:06:13 +00:00
* A command line tool, `slc`, for creating and working with LoopBack applications.
2014-05-14 18:55:04 +00:00
* 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:
![LoopBack modules](http://content.screencast.com/users/RaymondFeng/folders/Jing/media/74fcdafa-7d4b-4b9e-9f1f-f303b2b6adc4/00000065.png)
* Frameworks
* [loopback](https://github.com/strongloop/loopback)
* [loopback-datasource-juggler](https://github.com/strongloop/loopback-datasource-juggler)
* [strong-remoting](https://github.com/strongloop/strong-remoting)
* Enterprise Connectors
* [loopback-connector-mongodb](https://github.com/strongloop/loopback-connector-mongodb)
* [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-rest](https://github.com/strongloop/loopback-connector-rest)
* [loopback-connector-soap](https://github.com/strongloop/loopback-connector-soap)
* Mobile services
* [loopback-push-notification](https://github.com/strongloop/loopback-push-notification)
* [loopback-storage-service](https://github.com/strongloop/loopback-storage-service)
* Clients
* [loopback-ios](https://github.com/strongloop/loopback-ios)
* [loopback-remoting-ios](https://github.com/strongloop/loopback-remoting-ios)
* [loopback-android](https://github.com/strongloop/loopback-android)
* [loopback-remoting-android](https://github.com/strongloop/loopback-remoting-android)
* [loopback-angular](https://github.com/strongloop/loopback-angular)
* Tools
* [loopback-explorer](https://github.com/strongloop/loopback-explorer)
* [loopback-workspace](https://github.com/strongloop/loopback-workspace)
* [strong-cli](https://github.com/strongloop/strong-cli)
* Examples
* [loopback-example-full-stack](https://github.com/strongloop/loopback-example-full-stack)
* [loopback-example-office-supplies](https://github.com/strongloop/loopback-example-office-supplies)
* [loopback-example-todo](https://github.com/strongloop/loopback-example-todo)
* [loopback-example-access-control](https://github.com/strongloop/loopback-example-access-control)
* [loopback-example-proxy](https://github.com/strongloop/loopback-example-proxy)
* [strongloop-community/loopback-example-datagraph](https://github.com/strongloop-community/loopback-example-datagraph)
* [strongloop-community/loopback-mysql-example](https://github.com/strongloop-community/loopback-mysql-example)
* [strongloop-community/loopback-examples-ios](https://github.com/strongloop-community/loopback-examples-ios)
* [strongloop-community/loopback-example-ssl](https://github.com/strongloop-community/loopback-example-ssl)
2014-04-02 17:34:29 +00:00
2014-05-14 19:10:41 +00:00
## Resources
2013-04-09 16:02:36 +00:00
2014-05-14 19:10:41 +00:00
* [Documentation](http://docs.strongloop.com/display/DOC/LoopBack).
* [API documentation](http://apidocs.strongloop.com/loopback).
* [LoopBack Google Group](https://groups.google.com/forum/#!forum/loopbackjs).
* [GitHub issues](https://github.com/strongloop/loopback/issues).
* Read more about the [LoopBack's features](https://github.com/strongloop/loopback/wiki/Features).
2013-10-25 18:17:21 +00:00
## Contributing
A brief guide for [contributing to LoopBack projects](https://github.com/strongloop/loopback/wiki/How-To-Contribute).
[![githalytics.com alpha](https://cruel-carlota.pagodabox.com/8caf6b5cce4be4d13c01ea9aafc9f407 "githalytics.com")](http://githalytics.com/strongloop/loopback)