All Projects → moell-peng → Webim

moell-peng / Webim

PHP + Swoole 实现的简单聊天室

Projects that are alternatives of or similar to Webim

Swoole Tadpole
tadpole chatroom (maybe spermium) powered by swoole and slim framework
Stars: ✭ 116 (-37.63%)
Mutual labels:  swoole, websocket
Simps
🚀 A simple, lightweight and high-performance PHP coroutine framework.
Stars: ✭ 318 (+70.97%)
Mutual labels:  swoole, websocket
Laravel S
LaravelS is an out-of-the-box adapter between Swoole and Laravel/Lumen.
Stars: ✭ 3,479 (+1770.43%)
Mutual labels:  swoole, websocket
Swoole Src
🚀 Coroutine-based concurrency library for PHP
Stars: ✭ 17,175 (+9133.87%)
Mutual labels:  swoole, websocket
Hyperf
🚀 A coroutine framework that focuses on hyperspeed and flexibility. Building microservice or middleware with ease.
Stars: ✭ 4,206 (+2161.29%)
Mutual labels:  swoole, websocket
Laravel Swoole
High performance HTTP server based on Swoole. Speed up your Laravel or Lumen applications.
Stars: ✭ 3,726 (+1903.23%)
Mutual labels:  swoole, websocket
Shadowfax
Run Laravel on Swoole.
Stars: ✭ 325 (+74.73%)
Mutual labels:  swoole, websocket
Linkphp
基于swoole一款高性能多进程常驻内存型全栈框架,内置WebSocket服务器、服务治理PhpRpc功能,不依赖传统的 PHP-FPM,可以用于构建高性能的Web系统、API、中间件、基础服务等等。
Stars: ✭ 101 (-45.7%)
Mutual labels:  swoole, websocket
Charroom
PHP + Swoole 聊天室
Stars: ✭ 125 (-32.8%)
Mutual labels:  swoole, websocket
Connection Pool
A common connection pool based on Swoole is usually used as a database connection pool.
Stars: ✭ 164 (-11.83%)
Mutual labels:  swoole
Graphene Django Subscriptions
This package adds support to Subscription's requests and its integration with websockets using Channels package.
Stars: ✭ 173 (-6.99%)
Mutual labels:  websocket
Spring Boot Leaning
Spring Boot 2.X 最全课程代码
Stars: ✭ 2,008 (+979.57%)
Mutual labels:  websocket
Python Kucoin
Kucoin REST and Websocket API python implementation
Stars: ✭ 165 (-11.29%)
Mutual labels:  websocket
Phwoolcon
Phalcon + Swoole
Stars: ✭ 173 (-6.99%)
Mutual labels:  swoole
Ws Scrcpy
Web client prototype for scrcpy.
Stars: ✭ 164 (-11.83%)
Mutual labels:  websocket
Boot Actuator
基于SpringBoot2.0 实现的jvm远程监工图形化工具,可以同时监控多个web应用,支持远程监控
Stars: ✭ 180 (-3.23%)
Mutual labels:  websocket
Acl
Server framework and network components written by C/C++ for Linux, Mac, FreeBSD, Solaris(x86), Windows, Android, IOS
Stars: ✭ 2,113 (+1036.02%)
Mutual labels:  websocket
Jda
Java wrapper for the popular chat & VOIP service: Discord https://discord.com
Stars: ✭ 2,598 (+1296.77%)
Mutual labels:  websocket
Go init
一个用go组织项目结构,主要包括 gin, goredis, gorm, websocket, rabbitmq等。👉
Stars: ✭ 183 (-1.61%)
Mutual labels:  websocket
Melody
🎶 Minimalist websocket framework for Go
Stars: ✭ 2,303 (+1138.17%)
Mutual labels:  websocket

moell/webim

PHP + Swoole 开发的简单聊天室demo, 主要是 websockt 的应用, 如果对你学习Swoole有帮助,欢迎 start 。

环境要求

  • PHP >= 7.0
  • Swoole
  • composer

安装

composer create-project -s dev moell/webim

or

git clone https://github.com/moell-peng/webim.git
composer install

启动 websockt

cd ./webim
php webim_server.php

启动 PHP 内置服务器

cd ./public
php -S localhost:8000

浏览器访问 localhost:8000 即可进入聊天

截图

webim

License

MIT

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