douduanque5850 2015-08-03 06:19
浏览 20

Count实时登录用户Laravel

I think Laravel solves this problem as well, but would like to extend my question a little bit.

Is it possible in Laravel to show how many users are currently logged in, in real time?

Like if the 10 users are logged then the counter should show 10 users are logged in. This will be shown to all the ten users , but in real time.

So if some users which logs out, counter should decrease.

The approach i used is like after attempting to login, we can increment the counter of the one of the column in DB. We can use another table, say logged in table.

When users are logged out, we would decrement the counter by deleting that Auth::id of the user and the count will get reduced.

But then i want to try it in a real time, how is that possible with laravel itself??

  • 写回答

3条回答 默认 最新

  • douping3860 2015-08-03 06:45
    关注

    You can use the Event Broadcasting features of Laravel 5 to do it in real-time.

    Every time an user log in, you will need to broadcast an event. You can follow this tutorial: http://www.sitepoint.com/real-time-apps-laravel-5-1-event-broadcasting/

    Then on the client side, you will need to use JavaScript to listen for that event.

    评论

报告相同问题?

悬赏问题

  • ¥15 Vue3 大型图片数据拖动排序
  • ¥15 划分vlan后不通了
  • ¥15 GDI处理通道视频时总是带有白色锯齿
  • ¥20 用雷电模拟器安装百达屋apk一直闪退
  • ¥15 算能科技20240506咨询(拒绝大模型回答)
  • ¥15 自适应 AR 模型 参数估计Matlab程序
  • ¥100 角动量包络面如何用MATLAB绘制
  • ¥15 merge函数占用内存过大
  • ¥15 使用EMD去噪处理RML2016数据集时候的原理
  • ¥15 神经网络预测均方误差很小 但是图像上看着差别太大