Skip to content
This repository has been archived by the owner on Mar 6, 2019. It is now read-only.

CupOfTea696/TwoStream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.