pidlock

Simple PID-based solution to ensure at most one instance of a node.js app is running.

Usage no npm install needed!

<script type="module">
  import pidlock from 'https://cdn.skypack.dev/pidlock';
</script>

README

pidlock

Simple PID-based solution to ensure at most one instance of a node.js app is running.