WebSocketBundle
WebSocketBundle copied to clipboard
:part_alternation_mark: Websocket server for Symfony applications (powered by Ratchet), includes a Autobahn.JS based JavaScript client
I have this error when execute composer: You have requested a non-existent parameter "gos_web_socket.server.host" problem? thanks!
There are a lot of deprecated notes like: ``` 16:28:01 | php | User Deprecated: The "gos_web_socket.data_collector.websocket" service is deprecated and will be removed in GosWebSocketBundle 4.0.Show context Show trace...
Hi we we to display the message to both of the sender and the receiver of the private message. This code work to show only to the receiver : `if...
I'm using this Bundle as backend on symfony, and extracted the frontend for my Cordova app. Connecting and subscribing and all the rest works great! However, since external apps are...
Hello, i want to use this bundle to manage the signaling server for WebRTC, is there any documentation about it or someone tried it?
There are different types users in my database. Some of the notifications, I want to send to specific type of user, some notification to a specific user irrespective of type....
Hello I'm using it with Symfony2.8 ```config.yaml gos_web_socket: shared_config: true periodic: - "@app.web_scocket.periodic.reconnect" client: firewall: [user, main, admin] session_handler: "@snc_redis.session.handler" storage: driver: "@app.web_scocket.storage.driver" server: host: "%web_socket_server.host%" port: "%web_socket_server.port%" origin_check: false...
Hello, im following the steps to run this websocket server. 1. composer require is aborting because wrong php version, ok updated. 2. the config file was not created, manually added...
Hello, I have an API (Symfony 3) that works with the following repository: [https://gist.github.com/diegonobre/341eb7b793fc841c0bba3f2b865b8d66](url) It works using tokens and it works quite well. The jWe part of the GosWebSocketBundle client...
need more explaine about "push" function. i cant undrestant this line ``` $pusher->push(['my_data' => 'data'], 'user_notification', ['username' => 'user1']); ``` please review the readme.md