Update README.md

This commit is contained in:
Rand McKinney 2014-05-14 12:06:13 -07:00
parent c6dbdc16a7
commit 1b79853c3a
1 changed files with 5 additions and 4 deletions

View File

@ -1,15 +1,16 @@
# What is LoopBack?
LoopBack is a Node.js mobile backend framework that you can run on-premises or in the cloud that enables you to:
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
* Push, geolocation, and file services
* Android, iOS, and JavaScript SDKs
* 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 lb`, for creating and working with LoopBack applications.
* 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/.