2017 © Pedro Peláez
 

project webim

image

moell/webim

  • Monday, May 8, 2017
  • by moell
  • Repository
  • 3 Watchers
  • 98 Stars
  • 157 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 26 Forks
  • 1 Open issues
  • 1 Versions
  • 40 % Grown

The README.md

moell/webim

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

环境要求

  • PHP >= 7.0
  • Swoole
  • composer

安装

composer create-project -s dev moell/webim

or, (*2)

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 即可进入聊天, (*3)

截图

webim, (*4)

License

MIT, (*5)

The Versions

08/05 2017

dev-master

9999999-dev

  Sources   Download

MIT

The Development Requires

by Avatar moell