Tagged in

JavaScript

The Quarter Espresso
The Quarter Espresso
#tech #book #espresso
More information
Followers
5
Elsewhere
More, on Medium

Multicasting with Node and WebSocket

Objective: Implementation WebSocket with ws npm module would be intuitive and it supports broadcasting by default. In practice you might want to separate group from clients and do not want to open too much listening ports.