dwyl / hapi-socketio-redis-chat-example

:speech_balloon: Real-time Chat using Hapi.js + Socket.io + Redis Pub/Sub (example with tests!!)
GNU General Public License v2.0
364 stars 73 forks source link

Create online users widget #97

Open ZooeyMiller opened 7 years ago

ZooeyMiller commented 7 years ago

We want to have a list of online users in the chat as an elm component, so that users can see who is online.

Eventually when rooms are implemented we could expand this to also show offline users, but before we have rooms "offline" would just be everyone who has ever joined who is not currently in the chat, so for now it will just display online users.

To start with it will be unstyled, until we get #98 sorted