文件名称:feathers-python:Feathers.js后端服务和Python脚本
文件大小:71KB
文件格式:ZIP
更新时间:2024-05-20 00:50:00
python feathers-backend-services feathersjs feathers-service-adapter JavaScript
fython-羽毛-python Node.js模块,用于基于Python脚本创建Feathers.js后端服务 要求 设置 $ npm install --save feathers-python 用法 在'test / helloWorld.py'中给出以下python脚本: import sys as sys print ( "Hello " + sys . argv [ 1 ] + "!" ) 在您的Feathers.js应用程序中使用此命令: const FythonService = require ( 'feathers-python' ) // given a feathers-app app = feathers ( ) ; // register a python service to your app const options = { scriptP
【文件预览】:
feathers-python-main
----.gitignore(578B)
----README.md(2KB)
----CHANGELOG.md(5KB)
----.github()
--------.auto_assign.yml(94B)
--------workflows()
----test()
--------index.test.js(2KB)
----LICENSE(34KB)
----package.json(1KB)
----.babelrc(126B)
----.eslintignore(12B)
----.editorconfig(214B)
----lib()
--------index.js(2KB)
----.eslintrc.json(341B)
----package-lock.json(205KB)