CodingGarden / is-it-new-years-day

A site that tells you if it is new years day or not.
https://isitnewyearsday.com
9 stars 15 forks source link

Show users currently on the page. #23

Closed SimonStjernholm closed 2 years ago

SimonStjernholm commented 4 years ago

Ideas:

You can get the socket count with: Object.keys(io.sockets.clients().sockets).length

Happy Coding