UNPKG
naught2
Version:
latest (1.0.1)
1.0.1
1.0.0
zero downtime deployment for your node.js server
github.com/vk4u/naught2
vk4u/naught2
naught2
/
test
/
server8.js
7 lines
(4 loc)
•
86 B
JavaScript
View Raw
1
2
3
4
5
6
7
process.
send
(
'online'
)
setTimeout
(
function
(
){ process.
send
(
'offline'
) },
1000
);