UNPKG
@martinfranek/naught
Version:
latest (1.7.0)
1.7.0
zero downtime deployment for your node.js server
github.com/martinfranek/naught
martinfranek/naught
@martinfranek/naught
/
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
);