Created
July 9, 2016 16:58
-
-
Save vicatcu/d8fd456803c8069ddd39b22d9a79c23e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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