# Laravel WebSockets
[[Laravel]] has first-class support for WebSockets through [[Laravel Reverb]] and [[Laravel Echo]].
## References
- Broadcasting documentation: https://laravel.com/docs/11.x/broadcasting
- Reverb documentation: https://laravel.com/docs/11.x/reverb
- Reverb official Website: https://reverb.laravel.com/
- Laravel echo (JS lib): https://github.com/laravel/echo
- Laravel echo usage: https://laravel.com/docs/11.x/broadcasting#client-side-installation
- Tutorial: https://novu.co/blog/the-ultimate-guide-to-laravel-reverb/
- Deploying Reverb using Laravel Forge
- https://codecourse.com/articles/deploying-reverb-on-laravel-forge
- https://codecourse.com/courses/deploying-reverb-with-forge