node-systemd:支持在systemd下将node.js作为套接字激活的服务运行

时间:2024-03-31 11:00:43
【文件属性】:

文件名称:node-systemd:支持在systemd下将node.js作为套接字激活的服务运行

文件大小:7KB

文件格式:ZIP

更新时间:2024-03-31 11:00:43

系统开源

用于Node.js的systemd 添加了对在systemd下将node.js作为套接字激活的服务运行的支持。 有关如何以及为什么的更多信息: : 有关套接字激活的更多背景,请访问:http: 显然,这仅适用于具有systemdLinux发行版(例如Fedora)。 用法 您可以通过npm安装最新版本: $ npm install systemd 需要systemd模块并将'systemd'作为参数传递给listen(): require ( 'systemd' ) ; var http = require ( 'http' ) ; http . createServer ( function ( req , res ) { res . writeHead ( 200 , { 'Content-Type' : 'text/plain' } ) ; res


【文件预览】:
node-systemd-master
----.travis.yml(93B)
----example()
--------hello.js(258B)
--------node-hello.socket(62B)
--------node-hello.service(145B)
----package.json(803B)
----LICENSE(1KB)
----Gruntfile.js(469B)
----.gitignore(20B)
----lib()
--------systemd.js(1KB)
----README.md(5KB)
----.jshintrc(285B)

网友评论