All Projects → ohmydevops → swoole-laravel-chat

ohmydevops / swoole-laravel-chat

Licence: other
Simple stateless chat board [Swoole + SocketIO + Laravel]

Programming Languages

PHP
23972 projects - #3 most used programming language

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

Laravel Swoole
High performance HTTP server based on Swoole. Speed up your Laravel or Lumen applications.
Stars: ✭ 3,726 (+23187.5%)
Mutual labels:  socket-io, swoole, laravel-swoole
Socket Io
基于Hyperf微服务协程框架开发的sokcet-io分布式系统
Stars: ✭ 38 (+137.5%)
Mutual labels:  socket-io, swoole
docs
Lawoole documentation
Stars: ✭ 12 (-25%)
Mutual labels:  swoole
socket.io-client-core
High-Performance Socket.IO client in C#
Stars: ✭ 70 (+337.5%)
Mutual labels:  socket-io
chat-app-server
Back-end server for chat application built using express, moongodb & socket.io for Frontend (https://github.com/binbytes/nuxt-chat-app).
Stars: ✭ 30 (+87.5%)
Mutual labels:  socket-io
story-point
👕 Story pointing (or T-shirt sizing) app built with Svelte
Stars: ✭ 20 (+25%)
Mutual labels:  socket-io
darkwire-server
Encrypted web socket chat - Darkwire.io Chat Server
Stars: ✭ 18 (+12.5%)
Mutual labels:  socket-io
socketio
No description or website provided.
Stars: ✭ 23 (+43.75%)
Mutual labels:  socket-io
Regina
Real-time MongoDB's database server using Socket.IO
Stars: ✭ 19 (+18.75%)
Mutual labels:  socket-io
leevel
🚀The Leevel Framework To Rebuild QueryPHP.
Stars: ✭ 35 (+118.75%)
Mutual labels:  swoole
MineAdmin
🎉🌈🔥MineAdmin是基于Hyperf框架 和 Vue3+Vite3 开发的前后端分离权限管理系统,自适应多终端。特色:crud生成 + json配置化开发一把梭
Stars: ✭ 142 (+787.5%)
Mutual labels:  swoole
static-php-cli
Build single static PHP binary in linux, build with PHP project together, with Swoole and other popular extensions included.
Stars: ✭ 129 (+706.25%)
Mutual labels:  swoole
awesome-swoole
💎 A curated list of awesome things related to Swoole.
Stars: ✭ 129 (+706.25%)
Mutual labels:  swoole
socket.io-react-hooks-chat
A real-time chat app with React hooks and Socket.io
Stars: ✭ 75 (+368.75%)
Mutual labels:  socket-io
react-app-simple-chat-app
A Simple Chat Application using MERN stack (MongoDB, Express JS, React JS, Node JS) and Socket.io for real time chatting
Stars: ✭ 41 (+156.25%)
Mutual labels:  socket-io
pdfdraw
Nextcloud app to annotate PDF documents
Stars: ✭ 32 (+100%)
Mutual labels:  socket-io
socket.io-rails
Rails asset pipeline wrapper for socket.io
Stars: ✭ 57 (+256.25%)
Mutual labels:  socket-io
socketChat
💬 A real-time messaging application built using Socket.IO and Express
Stars: ✭ 31 (+93.75%)
Mutual labels:  socket-io
socket.io-redis-emitter
The Socket.IO Redis emitter, allowing to communicate with a group of Socket.IO servers from another Node.js process.
Stars: ✭ 673 (+4106.25%)
Mutual labels:  socket-io
SAVY
SAVY Player provides service to watch local videos with in a synchronized way.
Stars: ✭ 15 (-6.25%)
Mutual labels:  socket-io

Real Time Chat Board

Installing and Running

  1. install composer (reference)

  2. install swoole extension (reference)

  3. run git clone https://github.com/amirbagh75/real-time-messaging.git to clone this repository

  4. run composer install in the root directory of application

  5. run cp .env.example .env

  6. run php artisan key:generate

  7. run php artisan swoole:http start and everything should be ok now 😬

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