Skip to content

Instantly share code, notes, and snippets.

@vicatcu
Created July 9, 2016 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vicatcu/d8fd456803c8069ddd39b22d9a79c23e to your computer and use it in GitHub Desktop.
Save vicatcu/d8fd456803c8069ddd39b22d9a79c23e to your computer and use it in GitHub Desktop.
var dgram = require('dgram');
dgram.createSocket('udp4', (error) => {console.log(`Complete: `, error)})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment