Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-dev

Package Overview
Dependencies
Maintainers
0
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-dev

Node.js supervisor with desktop notifications

  • 0.1.4
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
71K
decreased by-3.42%
Maintainers
0
Weekly downloads
 
Created
Source

About

Node-dev is a supervisor for Node.js that automatically restarts the node process when a script is modified. Status and error messages are displayed as desktop notification using either Growl or libnotify.

Node-dev hooks into the require() function to determine which files need to be monitored. Hence it also works with linked modules that live outside of your project directory and doesn't cause any unnecessary server restarts when client-side JavaScript files are modified.

Screenshot

Usage

Simply use the node-dev binary as you would normally use node.

Installation

The node-dev supervisor can be installed via npm:

npm install node-dev

This will add the node-dev executable to your PATH.

In order to use Growl notifications growlnotify (form the Extras folder on the Growl disk image) must be installed on your system.

Keywords

FAQs

Package last updated on 27 Apr 2011

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc