DEV Community

Dhanush N
Dhanush N

Posted on • Updated on

Currently active users ?

How to you find the list currently active users in node js ?

Is it possible to find the list of users using log data or using centralized logging ( Kibana dashboard ) ?

Any sort of inputs are welcomed !!!

Top comments (1)

Collapse
 
mfurkankaya profile image
Furkan KAYA

I don't know much of backend but I think you should use something like socketio. Because you should know that user has connected and disconnected.