All Projects → qirolab → Laravel Websockets Chat Example

qirolab / Laravel Websockets Chat Example

Example of a real-time chat system built with the Laravel WebSockets package, VueJs, and Laravel-echo.

Projects that are alternatives of or similar to Laravel Websockets Chat Example

Autobahn Testsuite
Autobahn WebSocket protocol testsuite
Stars: ✭ 603 (+827.69%)
Mutual labels:  websocket, websocket-server
Sockjs
SockJS server for rust language
Stars: ✭ 63 (-3.08%)
Mutual labels:  websocket, websocket-server
Turbo Ws
💨 Blazing fast low-level WebSocket server
Stars: ✭ 647 (+895.38%)
Mutual labels:  websocket, websocket-server
Microwebsrv
A micro HTTP Web server that supports WebSockets, html/python language templating and routing handlers, for MicroPython (used on Pycom modules & ESP32)
Stars: ✭ 420 (+546.15%)
Mutual labels:  websocket, websocket-server
Websock3ds
Example websocket server for Nintendo 3DS
Stars: ✭ 13 (-80%)
Mutual labels:  websocket, websocket-server
Websocket
The Hoa\Websocket library.
Stars: ✭ 421 (+547.69%)
Mutual labels:  websocket, websocket-server
Netcoreserver
Ultra fast and low latency asynchronous socket server & client C# .NET Core library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
Stars: ✭ 799 (+1129.23%)
Mutual labels:  websocket, websocket-server
Laravel S
LaravelS is an out-of-the-box adapter between Swoole and Laravel/Lumen.
Stars: ✭ 3,479 (+5252.31%)
Mutual labels:  laravel, websocket
Awesome Websockets
A curated list of Websocket libraries and resources.
Stars: ✭ 850 (+1207.69%)
Mutual labels:  websocket, websocket-server
Oatpp Websocket
oatpp-websocket submodule.
Stars: ✭ 26 (-60%)
Mutual labels:  websocket, websocket-server
Websocket
simple php websocket server + demos + yii/yii2 integration + php 7 support
Stars: ✭ 363 (+458.46%)
Mutual labels:  websocket, websocket-server
Jiny
Lightweight, modern, simple JVM web framework for rapid development in the API era
Stars: ✭ 40 (-38.46%)
Mutual labels:  websocket, websocket-server
Laravel Swoole
High performance HTTP server based on Swoole. Speed up your Laravel or Lumen applications.
Stars: ✭ 3,726 (+5632.31%)
Mutual labels:  laravel, websocket
Cppserver
Ultra fast and low latency asynchronous socket server & client C++ library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
Stars: ✭ 528 (+712.31%)
Mutual labels:  websocket, websocket-server
Shadowfax
Run Laravel on Swoole.
Stars: ✭ 325 (+400%)
Mutual labels:  laravel, websocket
Cowboy
Small, fast, modern HTTP server for Erlang/OTP.
Stars: ✭ 6,533 (+9950.77%)
Mutual labels:  websocket, websocket-server
Mercurius
Real-time Messenger for Laravel
Stars: ✭ 309 (+375.38%)
Mutual labels:  laravel, chat-application
Websockets
Library for building WebSocket servers and clients in Python
Stars: ✭ 3,724 (+5629.23%)
Mutual labels:  websocket, websocket-server
Beetlex
high performance dotnet core socket tcp communication components, support TLS, HTTP, HTTPS, WebSocket, RPC, Redis protocols, custom protocols and 1M connections problem solution
Stars: ✭ 802 (+1133.85%)
Mutual labels:  websocket, websocket-server
Babl
Low-latency WebSocket Server
Stars: ✭ 37 (-43.08%)
Mutual labels:  websocket, websocket-server

Laravel WebSockets 🛰 Chat Example

This is a Chat system example application built with the Laravel WebSockets package, VueJs and Laravel-Echo.

Tutorial

Real-time Chat system

Usage

  1. Clone this repository git clone [email protected]:qirolab/Laravel-WebSockets-Chat-Example.git
  2. composer install
  3. php artisan key:generate
  4. cp .env.example .env and configure your database in .env file.
  5. Run migration to create tables in database. php artisan migrate
  6. Final step run websockets server. php artisan websockets:serve,

Now test it in your browser.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].