NOTE: BrainSocket is ideal for heavier front-end development (think single page javascript apps etc).
Link : https://github.com/BrainBoxLabs/brain-socket
BrainSocket.php
NOTE: BrainSocket is ideal for heavier front-end development (think single page javascript apps etc). We are currently working on integrating PUSH notifications into the next release.
WebSockets for realtime event-driven Laravel apps.
This Laravel 4 package provides an Artisan command to setup and run a WebSocket server with Ratchet inside of a Laravel app.
To make things easier we have created a simple js helper that allows us to interact with our new ws server a bit easier. It's not required but it handles some minor formatting tasks in the background so you don't have to and pairs nicely with our BrainSocket Facade.
Head over to https://github.com/BrainBoxLabs/brain-socket-js to grab it.