How can I edit on my server files without restarting nodejs when i want to see the changes?

后端 未结 9 1103
天命终不由人
天命终不由人 2020-12-02 09:50

I\'m trying to setup my own nodejs server, but I\'m having a problem. I can\'t figure out how to see changes to my application without restarting it. Is there a way to edit

9条回答
  •  醉梦人生
    2020-12-02 10:19

    I think node-inspector is your best bet.

    Similar to how you can Live Edit Client side JS code in Chrome Dev tools, this utilizes the Chrome (Blink) Dev Tools Interface to provide live code editing.

    https://github.com/node-inspector/node-inspector/wiki/LiveEdit

提交回复
热议问题