node-once

Run a function only once with this module for Node.js
  https://github.com/isaacs/once
  0
  no reviews



Node-once is useful to make sure a listener for multiple events is only run once.

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