文件名称:sleepyhollow-phantom:PhantomJS 绑定器,用于与 Node.js 进行双向通信
文件大小:7KB
文件格式:ZIP
更新时间:2024-07-13 19:08:56
JavaScript
昏昏欲睡的幻影 PhantomJS 绑定器,用于与 Node.js 进行双向通信。 两个模块中的 IPC 库,通过stdin和stderr与结合使用。 不需要socket.io或服务器页面黑客。 用法 要从 Node.js 接收消息,需要并调用sleepyhollow 。 这将返回一个EventEmitter实例,它允许您实现自己的消息传递系统。 // this is PhantomJS code, not Node.js code! var sleepyhollow = require('../index.js'); var mrhyde = sleepyhollow(); mrhyde.on('render', function(url) { var page = require('webpage').create(); page.open(url, functio
【文件预览】:
sleepyhollow-phantom-master
----index.js(2KB)
----test.js(703B)
----package.json(732B)
----EventEmitter.js(5KB)
----LICENSE(1KB)
----examples()
--------crash.js(370B)
--------simple.js(423B)
--------queue.js(394B)
----.gitignore(535B)
----README.md(1KB)