cupoftea/twostream

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

The WebSocket server for Laravel

Maintainers

👁 CupOfTea696

Package info

github.com/CupOfTea696/TwoStream

pkg:composer/cupoftea/twostream

Statistics

Installs: 147

Dependents: 0

Suggesters: 0

Stars: 21

Open Issues: 0

v1.1.2 2016-04-30 17:59 UTC

Requires

Requires (Dev)

None

Suggests

  • react/zmq: Allows pushing messages form server to client. v0.3.* recommended.

Provides

None

Conflicts

None

Replaces

None

MIT c5fb1575f3f9a5ade2c7d7ff3f9722f9a3595d4c

  • CupOfTea696 <cupoftea696.woop@gmail.com>

websocketcommunicationSocketlaravelclient-server communication


README

👁 Latest Stable Version
👁 Total Downloads
👁 Latest Unstable Version
👁 StyleCI
👁 License

TwoStream

The WebSocket server for Laravel

TwoStream is a WebSocket server for Laravel 5.1, built upon Ratchet. Take advantage of fast two-way communication between your Application and the User.

TwoStream is Laravel 5.1 only.

Acknowledgements

TwoStream is heavily based on Latchet. Some of the internal workings and public API is entirely different, other parts are near copy-pasted from the original code. The main difference between TwoStream and Latchet is Laravel 5.1 support and read-only access to Session data. If you are using Laravel 4, please do go and use Latchet since it is pretty good. (Although the creator claims it's not even an alpha version. Believe me, it is.) If you use Laravel 5.1 however, feel free to start testing this out and contribute.