How to create a sleep/delay in nodejs that is Blocking?

后端 未结 12 661
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-02 07:00

I\'m currently trying to learn nodejs and a small project I\'m working is writing an API to control some networked LED lights.

The microprocessor controlling the LED

12条回答
  •  鱼传尺愫
    2020-12-02 07:42

    It's pretty trivial to implement with native addon, so someone did that: https://github.com/ErikDubbelboer/node-sleep.git

提交回复
热议问题