LoopBack开源 API 框架
LoopBack 是基于 Node.js 的一个开源的 API 框架,可以让 Node.js 应用方便的跟各种设备通过 API 进行互联。
特性:
On-premises or in the cloud
Create dynamic REST APIs
Unlock enterprise data for mobile apps
Push, geolocation, and file services
Android, iOS, and JavaScript SDKs
安装:
npm install strong-cli // Install the tools slc lb project my-new-project // Create your first project cd my-new-project slc lb model my-model // Create your first model node app // Start your application
浏览器打开:http://localhost:3000/explorer
评论