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

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
CupOfTea696 committed Apr 19, 2015
2 parents cb0d6db + a1f5838 commit a4edb95
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ TwoStream is Laravel 5 only.
- Installation command; run `twostream:install` before trying to use anything. (seriously!)
- WebSocket Server, boot with `twostream:listen`.
- Routing, use `WsRoute::call`, `WsRoute::publish`, `WsRoute::subscribe` or `WsRoute::unsubscribe` to define WebSocket routes in `app/Ws/routes.php`. (partially complete)
- Read-only Session data available in Ws Controllers via the WsSession Facade, add `'WsSession' => 'CupOfTea\TwoStream\Facades\WsSession',` to your aliases in `config/app.php`

## TODO:
- Map WsRoute::controller to correct functions, allow missing functions.
- Handle calls to unmapped routes properly. (currently responds with HTTP 404 HTML I believe)
- Middleware for connections.
- Make more data available in Controllers. (e.g. read-only Session data)
- Middleware for connections. (or something like that)
- Make more data available in Controllers. (e.g. Connection and other Ws data, better Request object)
- Push events from server to all or specific user.

### Acknowledgements
Expand Down

0 comments on commit a4edb95

Please sign in to comment.