quickflow:非常简单的基于node.js流的编程

时间:2021-05-13 15:39:33
【文件属性】:
文件名称:quickflow:非常简单的基于node.js流的编程
文件大小:217KB
文件格式:ZIP
更新时间:2021-05-13 15:39:33
JavaScript 快速流 令人讨厌的基于流程的简单编程gui,可运行节点脚本。 使用-g安装quickflow并将其安装到您的node_modules文件夹中。 npm install -g quickflow # install the gui npm install quickflow # install the module quickflow example.js # launch the gui, creating "example.js" node example.js # run the code you just wrote 您还可以使用require() quickflow文件并使用所需的任何数据来运行它们。 我想这意味着您可以将它们用作快速应用程序或其他应用程序中的请求处理程序。 var handleRequest = require ( './handleRequest.js' )
【文件预览】:
quickflow-master
----module()
--------index.js(2KB)
----editor()
--------webpack.config.js(509B)
--------app.js(3KB)
--------edit.jade(1KB)
--------app.jsx(31B)
--------index.js(1KB)
--------static()
----test.js(781B)
----LICENSE(1KB)
----README.md(2KB)
----testException.js(783B)
----.gitignore(526B)
----testModule.js(47B)
----test2.js(766B)
----package.json(878B)

网友评论