All Projects → tradzero → laravel-echo-redis-socketio

tradzero / laravel-echo-redis-socketio

Licence: other
It's a very simple chat demo, use laravel-echo-server and Laravel Echo

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
Vue
7211 projects

Projects that are alternatives of or similar to laravel-echo-redis-socketio

Laravel Echo Server
Socket.io server for Laravel Echo
Stars: ✭ 2,487 (+8190%)
Mutual labels:  socket-io, laravel-echo
Online-Chess
A chess website where people can play against each other online.
Stars: ✭ 28 (-6.67%)
Mutual labels:  socket-io
Project12-C-Slack-Web
🔥🔥🔥🚀⚡ [12-C팀] 겁나 빠른 슬랙 프로젝트 ⚡🚀🔥🔥🔥
Stars: ✭ 22 (-26.67%)
Mutual labels:  socket-io
Project06-A-Slack
팀 협업도구, 우리동네 슬랙 🚀
Stars: ✭ 14 (-53.33%)
Mutual labels:  socket-io
socketio-jwt-auth
Socket.io authentication middleware using Json Web Token
Stars: ✭ 87 (+190%)
Mutual labels:  socket-io
flood-protection
Flood protection for realtime applications
Stars: ✭ 19 (-36.67%)
Mutual labels:  socket-io
SocketIOSharp
C# implementation of Socket.IO protocol revision 4 client and server.
Stars: ✭ 101 (+236.67%)
Mutual labels:  socket-io
how-to-build-your-own-uber-for-x-app
Code for my blog post on How to Build Your Own Uber-for-X App
Stars: ✭ 138 (+360%)
Mutual labels:  socket-io
m-server
egg.js简单应用
Stars: ✭ 35 (+16.67%)
Mutual labels:  socket-io
ikisocket
🧬 WebSocket wrapper with event management for Fiber https://github.com/gofiber/fiber. Based on Fiber WebSocket and inspired by Socket.io
Stars: ✭ 92 (+206.67%)
Mutual labels:  socket-io
just-drop-it
Simply and instantly beam a file between two browsers
Stars: ✭ 22 (-26.67%)
Mutual labels:  socket-io
LaraMeet
Simple one to one video chat using Laravel Framework, Laravel Echo, Laravel Websocket
Stars: ✭ 15 (-50%)
Mutual labels:  laravel-echo
vega
HTTP Client w/ Team Sharing Features!
Stars: ✭ 20 (-33.33%)
Mutual labels:  socket-io
unite
Microsoft Engage 2021 - Video Conferencing Application
Stars: ✭ 143 (+376.67%)
Mutual labels:  socket-io
Introduction p5js
This is a french introduction to p5*js
Stars: ✭ 29 (-3.33%)
Mutual labels:  socket-io
shikshak
Academics made Affordable.
Stars: ✭ 16 (-46.67%)
Mutual labels:  socket-io
socket.io-react
A High-Order component to connect React and Socket.io easily
Stars: ✭ 67 (+123.33%)
Mutual labels:  socket-io
node-chat
A demo of using socket.io + backbone.js to create a simple chatroom service.
Stars: ✭ 43 (+43.33%)
Mutual labels:  socket-io
local-party
A website where you can create rooms and chat while watching local video files synchronized with your friends.
Stars: ✭ 196 (+553.33%)
Mutual labels:  socket-io
tsed
📐 Ts.ED is a Node.js and TypeScript framework on top of Express to write your application with TypeScript (or ES6). It provides a lot of decorators and guideline to make your code more readable and less error-prone.
Stars: ✭ 2,350 (+7733.33%)
Mutual labels:  socket-io

laravel-echo-redis-socketio

This is a example about how to use laravel echo with redis and socket.io
It's a simple chatroom application.

Installation

clone this project and run follow

$ composer install
$ cp .env.example .env
$ php artisan key:gen
$ npm install -g laravel-echo-server # see https://github.com/tlaverdure/laravel-echo-server

modify your .env file, enter your redis config
use $ laravel-echo-server init init your laravel-echo-server environment.

Run

$ laravel-echo-server start
$ php artisan queue:work # make sure queue working.

open two tabs and go to http://yourproject/chat
enjoy.

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].