react/chatroulette

该包已被废弃,不再维护。未建议替代包。

ExampleChatWithRandomStranger 示例应用。

dev-master 2017-05-16 13:04 UTC

This package is not auto-updated.

Last update: 2019-02-20 17:17:57 UTC


README

示例应用,其中两个人被随机配对,他们可以互相发送消息。

Build Status

安装

$ composer install

使用方法

要启动 ExampleChatWithRandomStranger 服务器,请运行

$ php server.php

为了连接到它,请使用 netcat

$ nc localhost 4000

测试

$ bin/phpunit

许可证

MIT,见 LICENSE。