hashrocket / websocket-shootout

A comparison of websocket servers in multiple languages and frameworks
MIT License
429 stars 76 forks source link

Fix #27 nodejs uws broadcast doesn't work #30

Closed moshen closed 8 years ago

moshen commented 8 years ago

Server.clients doesn't exist in uws. Should use Server.broadcast

Haofei commented 8 years ago

👍

jackc commented 8 years ago

Thanks!