https://github.com/walkor/workerman-todpole
HTML5+WebSocket+PHP(Workerman) , rumpetroll server writen using php
https://github.com/walkor/workerman-todpole
realtime-chat realtime-games websocket workerman
Last synced: 9 days ago
JSON representation
HTML5+WebSocket+PHP(Workerman) , rumpetroll server writen using php
- Host: GitHub
- URL: https://github.com/walkor/workerman-todpole
- Owner: walkor
- License: mit
- Created: 2014-04-30T14:27:50.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-08-24T09:16:31.000Z (over 2 years ago)
- Last Synced: 2025-04-12T23:24:31.991Z (12 days ago)
- Topics: realtime-chat, realtime-games, websocket, workerman
- Language: PHP
- Homepage: http://kedou.workerman.net
- Size: 971 KB
- Stars: 1,845
- Watchers: 138
- Forks: 675
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: MIT-LICENSE.txt
Awesome Lists containing this project
README
workerman-todpole
=================蝌蚪游泳交互程序 使用PHP(workerman框架)+HTML5开发

[线上DEMO效果点击这里](http://kedou.workerman.net)
## 系统安装部署
1、下载或者clone代码到本地 (详细安装教程见 [www.workerman.net/workerman-todpole](http://www.workerman.net/workerman-todpole) )
2、运行composer install 安装
3、linux系统命令行进入目录运行 php start.php start -d。windows系统启动方法为双击start_for_win.bat
4、浏览器访问地址 http://ip:8383 (ip为服务器ip)如图:(如果无法打开页面请尝试关闭服务器防火墙)
## 虚拟空间(静态空间、php、jsp、asp等)安装部署
虚拟空间安装请使用这个包 [网页空间版本](https://github.com/walkor/workerman-todpole-web)非常感谢Rumpetroll
===================
本程序是由 [Rumpetroll](http://rumpetroll.com) 修改而来,主要是后台由ruby改成了php。非常感谢Rumpetroll出色的工作。
原 [Repo: https://github.com/danielmahal/Rumpetroll](https://github.com/danielmahal/Rumpetroll)