Node JS UDP Broadcast Example
This example will show you how to create client and server which will use udp protocol to communicate. First you need to import node js dgram module. This module will control all udp related issues such as create udp client, create udp server and then you can use client to broadcast udp packet to udp server.