Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
webbingbrasil/core-module / Http / socketRoutes.php
Size: Mime:
<?php
/**
 * Routes for WebSocket
 * User: danilo
 * Date: 27/07/16
 * Time: 11:14
 *
 * Add route (Symfony Routing Component)
 * $socket->route('/myclass', new MyClass, ['*']);
 */

/** @var \Ratchet\App $socket */

$socket->route('/admin', new \Modules\Core\Http\Socket\CoreSocket, ['*']);