Binary package “node-lynx” in ubuntu mantic

Minimalistic StatsD client for Node.js programs

 Lynx is a minimalistic node.js client for the statsd server.
 .
 Features:
  * Minimalistic — there is only a minimum of abstraction between you and
  statsd
  * Streams — You can stream in and out of a lynx connection
  * Re-usable UDP Connections — Keeps UDP connections open for a certain time
  * Errors — Pluggable error handling, by default errors are ignored
 .
 Node.js is an event-based server-side JavaScript engine.