Use the Node `dgram` API in Chrome Apps
chrome-dgram is a Node.js module that enables developers to use the familiar Node `dgram` UDP API within Chrome Packaged Apps, rather than working directly with Chrome's lower-level `chrome.sockets` API. Built in JavaScript and designed for use with browserify, the module provides a drop-in replacement that translates Node's dgram methods to Chrome's socket implementation. Created by Feross Aboukhadijeh and John Hiesey, the project is used by WebTorrent and distributed via npm.