All Projects → leartgjoni → laravel-redis-chat

leartgjoni / laravel-redis-chat

Licence: other
Real Time Chat with Laravel, Node.js, Redis and Socket.io

Programming Languages

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

Projects that are alternatives of or similar to laravel-redis-chat

TweetMigration
A WebGL heatmap of global Twitter activity
Stars: ✭ 42 (-50%)
Mutual labels:  socket
Picamera
基于树莓派的图传监控系统
Stars: ✭ 22 (-73.81%)
Mutual labels:  socket
Tiginx
Tiginx is a Shanzhai Nginx project , please buyao use it xian , if meet problem , I no fuze ...
Stars: ✭ 29 (-65.48%)
Mutual labels:  socket
TCP-IP-NP
《TCP/IP网络编程》((韩)尹圣雨) 学习笔记
Stars: ✭ 66 (-21.43%)
Mutual labels:  socket
dystopia
Low to medium multithreaded Ubuntu Core honeypot coded in Python.
Stars: ✭ 59 (-29.76%)
Mutual labels:  socket
video-group-meeting
WebRTC video chat for multi users using React and Node Express.
Stars: ✭ 40 (-52.38%)
Mutual labels:  socket
Socketify
Raw TCP and UDP Sockets API on Desktop Browsers
Stars: ✭ 67 (-20.24%)
Mutual labels:  socket
UnityWebSocket
🐳 The Best Unity WebSocket Plugin for All Platforms.
Stars: ✭ 321 (+282.14%)
Mutual labels:  socket
quick-net
This is a top level socket library, making servers and clients EASY!
Stars: ✭ 15 (-82.14%)
Mutual labels:  socket
EasyFileTransfer
An easy way to transfer file with any size on network with tcp protocol.
Stars: ✭ 30 (-64.29%)
Mutual labels:  socket
react-webrtc-chat
React WebRTC chat
Stars: ✭ 39 (-53.57%)
Mutual labels:  socket
ws2s
ws2s(websocket to socket)--bring socket to browser-side js.
Stars: ✭ 50 (-40.48%)
Mutual labels:  socket
game net
Unity游戏和C++服务器 socket通信demo, 数据格式采用google protobuf
Stars: ✭ 53 (-36.9%)
Mutual labels:  socket
DatagramTunneler
Simple C++ cross-platform client/server app forwarding UDP datagrams through a TCP connection.
Stars: ✭ 116 (+38.1%)
Mutual labels:  socket
30dayMakeCppServer
30天自制C++服务器,包含教程和源代码
Stars: ✭ 432 (+414.29%)
Mutual labels:  socket
LittleDrawBoard AN
基于socket实现的pc端和android端同步绘画板_ANDROID源码
Stars: ✭ 30 (-64.29%)
Mutual labels:  socket
chattt-backend
🖥 Backend for chattt
Stars: ✭ 17 (-79.76%)
Mutual labels:  socket
BaseIotUtils
🔥🔥串口工具,屏幕适配,通知工具类,多文件断点下载,xls,xlsx操作,文件处理,crash控制,音视频播放,usb设备检测,adb工具等...
Stars: ✭ 44 (-47.62%)
Mutual labels:  socket
Vutils
Vutils or Vic Utilities is an utility library written in Modern C++ and for Modern C++. It helps your programming go easier, faster, and simpler.
Stars: ✭ 16 (-80.95%)
Mutual labels:  socket
Stone
A Swift framework for connecting to Phoenix Channels in your iOS app (with Presence support).
Stars: ✭ 18 (-78.57%)
Mutual labels:  socket

Laravel Redis Chat

This is a real-time chat based on Laravel, Node.js, Socket.io and Redis to link Laravel with Node.Js
The application sends messages in real-time using socket.io as well as keeps them on db for later.
Usually chat examples online offer public chat features. This project offers one-to-one chat!

How to run the app

composer install
npm install
node nodejs/server.js
php artisan serve

Keep in mind that you need redis-server installed on your machine for the application to work.

Example

Watch the video

Don't forget to star this repo ;)

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