react/chatroulette

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

ExampleChatWithRandomStranger sample application.

Maintainers

Package info

github.com/reactphp-legacy/ExampleChatWithRandomStranger

Issues

pkg:composer/react/chatroulette

Statistics

Installs: 24

Dependents: 0

Suggesters: 0

Stars: 42

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

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.