Node.js UDP unicast

52 views Asked by At

I've been asked to write a client/server model using Node.js. The communication must use UDP unicast. I've already written some client/server code using UDP multicast, but never unicast. And so far I've not found any good explanation on the difference and, most important, how to implement this using Node.js. Is it very different from a code transferring data in multicast?

0

There are 0 answers