PHP Classes

File: src/AppBundle/Resources/config/pubsub/routing.yml

Recommend this page to a friend!
  Classes of Omar Shaban   PHP Game of Three   src/AppBundle/Resources/config/pubsub/routing.yml   Download  
File: src/AppBundle/Resources/config/pubsub/routing.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Game of Three
Game of Three implementation using Websockets
Author: By
Last change:
Date: 2 years ago
Size: 303 bytes
 

Contents

Class file image Download
game_o_three_topic: channel: game/{id} handler: callback: 'game_o_three.topic' requirements: id: pattern: "[a-zA-Z0-9]+" game_o_three_rpc: channel: manager/{method} handler: callback: 'game_o_three.rpc' requirements: method: pattern: "[a-z_A-Z]+"