react/chatroulette

This package is abandoned and no longer maintained. No replacement package was suggested.

ExampleChatWithRandomStranger sample application.

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

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT ff8827733919718a450047d536072d27499556cd

chat

This package is auto-updated.

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


README

Sample application where 2 people are randomly paired up who connect and are able to send messages to eachother.

👁 Build Status

Install

$ composer install

Usage

To start the ExampleChatWithRandomStranger server, run:

$ php server.php

In order to connect to it, use netcat:

$ nc localhost 4000

Tests

$ bin/phpunit

License

MIT, see LICENSE.