|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/laravel-livewire-chat-message-application-realtime-2022/
课程评论:没有评论
课程名称:Laravel-Livewire 聊天消息应用(实时)从零开始 课程概述:本课程旨在帮助学员创建一个实时的“一对一”响应式聊天应用程序,适用于Laravel-Livewire网站。与其他使用“轮询”的聊天应用不同,本课程将使用Laravel的实时广播技术,使得消息能够实时传送给其他用户,而无需他们刷新页面。此外,学员还将学习如何在用户收到消息时发送反馈/通知。一切均为实时处理! 在本课程中,您将学习到: - 聊天系统的数据库结构设置 - 与任意用户创建/开始新的对话 - 实现“已读”和“未读”消息计数 - 在消息上添加勾选 - 利用CSS强大的SASS设计聊天组件 - 使聊天在所有设备上响应式(手机、平板、桌面) - 在Livewire组件之间共享数据 - 通过使用Livewire的特性,仅更新聊天组件的部分内容,从而减少服务器请求 适合人群:本课程适合初学者和有经验的Laravel网页开发人员,所有人都能从这一步步的教程中受益。课程中将使用一些基本的JavaScript和jQuery。参加本课程的学生需具备Laravel Livewire的基础知识,因为这将是我们实时前端架构的核心概念。
Create a realtime 'one to one' responsive chat application that you can add to your Laravel-Livewire website , unlike other chat applications which use 'polling' , in this course we are going to use realtime broadcasting with Laravel so we deliver our messages in realtime to other users without the need for them to refresh their own page.You will also learn how to send feedback/notification when a user receives a message. All this in real time:)In this course you will learn how to:Setup the Database structure of our Chat system Create/start a new conversation with any user Implement 'read & unread' messages countAdd ticks on our messages Use the CSS super power SASS to design our chat component :)Make our chat responsive on all devices ; Mobile ,Tablet ,desktopShare data between Livewire componentsReduce server requests by updating only a few parts of our Chat Component using Livewire features Who Should Take This Course?both beginners and experienced Laravel web developers will benefit from this step by step set of tutorials. We will also be using some basic , JavaScript, and jQuery.Students taking this course are required to have some basic knowledge in Laravel Livewire as it will be the core concept of our realtime front end architecture