ynievesdotnet / fourstream
A Laravel 5.x websocket server made easy...
Installs: 104
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ynievesdotnet/fourstream
Requires
- php: >=5.5.9
- hoa/websocket: ~3.0
- laravel/framework: ~5.0
Requires (Dev)
- orchestra/testbench: 3.1.*
- phpunit/phpunit: 4.*
- scrutinizer/ocular: ~1.1
README
- Introduction
- Changelog
- Licence
- Install
- Editing Events and Handlers use
- Mapping actions use
- Configuring the Nodes
- Running the Server
Introduction
FourStream (4Stream) is a Laravel 5.x Websocket Server & Client, using as Websocket Library the HOA Project.
With this project is possible send broadcast message at all user connected at WebSocket server, at one group of users or at one user specifics. See the Examples directory.
This project has been released using MIT Licence.
CopyRight YnievesDotNet 2007-2016