Questions tagged [brain-socket]

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.

1 questions
19
votes
1 answer

Simple websocket implementation in laravel 5

I need to implement very simple and very basic websocket in Laravel to implement data synchronization process between my phonegap app as client and my Laravel Website as server. I followed this tutorial…
Hassan Dad Khan
  • 645
  • 1
  • 6
  • 23