Parse.comAPI服务器ParseServer.zip
Parse Server 是一个兼容 Parse.com API 的路由包,用于 Express。Facebook 已经将这个项目基于 BSD 许可证开源。使用方法:var express = require('express'); var ParseServer = require('parse-server').ParseServer; var app = express(); // Specify the connection string for your mongodb database // and the location to your Parse cloud code var api = new ParseServer({ databaseURI: 'mongodb://localhost:27017/dev', cloud: '/home/myApp/cloud/main.js', // Provide an absolute path appId: 'myAppId', masterKey: 'mySecretMasterKey', fileKey: 'optionalFileKey' }); // Serve the Parse API on the /parse URL prefix app.use('/parse', api); // Hello world app.get('/', function(req, res) { res.status(200).send('Express is running here.'); }); var port = process.env.PORT || 1337; app.listen(port, function() { console.log('parse-server-example running on port ' port '.'); }); 标签:Parse
- 粉丝: 484
- 资源: 1万+
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- NSInternalInconsistencyException如何解决.md
- SyntaxError解决办法.md
- LookupError.md
- AssertionError.md
- IndexOutOfBoundsException(解决方案).md
- RangeError解决办法.md
- ArithmeticException(解决方案).md
- AttributeError.md
- NSUnimplementedFunctionException如何解决.md
- EOFError.md
- URIError解决办法.md
- EvalError解决办法.md
- NSMallocException如何解决.md
- ClassCastException(解决方案).md
- 电网电力+配电室智能化改造+现场调试工具Modbus Poll
- C# WinForm 工作流设计 工作流程图拖拽设计 +GDI 绘制工作流程图 大概功能说明一下: 1.支持拖动绘制工作节点 2.支持移动每个节点的移动 3.支持直线连接节点 4.支持