Hi Johan,
If you have 1000 users connected, using websockets, then you'll also have 1000 open connections going, which in it's own way will slow things down a bit.
If the users are constantly updating the data then it would be refreshing on their screens without the use of web sockets. So in this situation I would not make use of NetRefresh.
Cheers
Bruce