All Projects → cw1997 → Danmu Demo

cw1997 / Danmu Demo

php swoole扩展构建的websocket弹幕服务端

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Danmu Demo

Framework
The Lawoole framework
Stars: ✭ 33 (-66.67%)
Mutual labels:  swoole
Phpspidermagnetbittorrent
php实现p2p中DHT网络爬虫,并提供搜索下载
Stars: ✭ 64 (-35.35%)
Mutual labels:  swoole
Mix Phar Skeleton
Phar command line program development skeleton
Stars: ✭ 81 (-18.18%)
Mutual labels:  swoole
Swoole Performance Tests
Performance tests of swoole against other PHP application server setups
Stars: ✭ 40 (-59.6%)
Mutual labels:  swoole
Mqcms
🤖 ⚡️ 麻雀虽小 五脏俱全 基于hyperf的快速优雅的应用开发框架
Stars: ✭ 64 (-35.35%)
Mutual labels:  swoole
Mqtt
🕹 MQTT Protocol Analysis and Coroutine Client for PHP. Support for 3.1, 3.1.1 and 5.0 versions of the MQTT protocol.
Stars: ✭ 72 (-27.27%)
Mutual labels:  swoole
Blink
A high performance web framework and application server in PHP.
Stars: ✭ 837 (+745.45%)
Mutual labels:  swoole
Swoole Source Analysis
swoole source reading 源码分析
Stars: ✭ 88 (-11.11%)
Mutual labels:  swoole
Swpdo
Swoole Coroutine SQL component like PDO | 0成本迁移PDO到Swoole高性能协程客户端
Stars: ✭ 64 (-35.35%)
Mutual labels:  swoole
Ycsocket
基于swoole的socket框架,支持协程版MySQL、Redis连接池,已用于大型RPG游戏服务端
Stars: ✭ 77 (-22.22%)
Mutual labels:  swoole
Gomoku
this is a Gomoku game's client and server, which bulid by canvas and swoole
Stars: ✭ 44 (-55.56%)
Mutual labels:  swoole
Swoole Ide Helper
Auto completion, trigger suggest and view docs for Swoole in editor.
Stars: ✭ 1,116 (+1027.27%)
Mutual labels:  swoole
Php Coroutine Engine
This project for php-fpm support coroutine
Stars: ✭ 74 (-25.25%)
Mutual labels:  swoole
Socket Io
基于Hyperf微服务协程框架开发的sokcet-io分布式系统
Stars: ✭ 38 (-61.62%)
Mutual labels:  swoole
Php Arrays In Memory Comparison
How to store 11kk items in memory? Comparison of methods: array vs object vs SplFixedArray vs pack vs swoole_table vs swoole_pack vs redis vs memsql vs node.js arrays in php7
Stars: ✭ 83 (-16.16%)
Mutual labels:  swoole
Saber
⚔️ Saber, PHP异步协程HTTP客户端 | PHP Coroutine HTTP client - Swoole Humanization Library
Stars: ✭ 866 (+774.75%)
Mutual labels:  swoole
Swoft Framework
[READ ONLY] Swoft Framework, base of Swoft
Stars: ✭ 70 (-29.29%)
Mutual labels:  swoole
Swoft Game
基于swoft框架开游戏服务器框架
Stars: ✭ 97 (-2.02%)
Mutual labels:  swoole
Yii2 Swoole
full solutions making yii2-framework run on swoole with coroutine.
Stars: ✭ 86 (-13.13%)
Mutual labels:  swoole
Slim Swoole
Convenient library to run SlimPHP applications with Swoole
Stars: ✭ 75 (-24.24%)
Mutual labels:  swoole

前端HTML5 websocket结合后端swoole实现的弹幕系统

服务端使用php的swoole扩展,不到二十行代码。前端使用jquery.danmu插件。

使用方法:liunx发行版安装php5.3+并且编译swoole扩展,在php.ini中加入extension=swoole.so之后打开命令行,cd到server.php所在目录,修改文件中的监听IP和端口,使用php server.php即开启服务端。 然后客户端html中修改websocket连接的服务端IP和端口,打开页面即可开始体验该实时弹幕系统。

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