1 Star 0 Fork 0

Tui.tim/ti-thrift

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 691 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "ti-thrift",
"description": "基于thrift实现前端htmlJs与后端nodeJs之间的兼容本地域解决方案示例",
"version": "0.2.1",
"scripts": {
"nodeClientThrift": "thrift -r --gen js:node ./src_code/tutorial.thrift",
"nodeClientServer": "node ./src_code/nodeClientServer.js",
"nodeClient": "node ./src_code/nodeClient.js",
"nodeHtmlThrift": "thrift -r --gen js:jquery ./src_code/tutorial.thrift",
"nodeHtmlServer": "node ./src_code/nodeHtmlServer.js",
"nodeHtml": "http-server --cors ./src_code/index.html"
},
"dependencies": {
"cors": "^2.8.5",
"express": "^4.19.2",
"http-server": "^14.1.1",
"thrift": "^0.20.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/Timtance/ti-thrift.git
git@gitee.com:Timtance/ti-thrift.git
Timtance
ti-thrift
ti-thrift
main

搜索帮助