node-lockfile

Asynchronous file lock module for Node.js
  https://github.com/isaacs/lockfile
  0
  no reviews



This module provides asynchronous and synchronous concurrent file locking. It supports timeouts, expirations, and retrying upon failure.

Node.js is an event-based server-side javascript engine.