shamsbd71 / WebsocketAppDemo

Demo of GosWebSocketBundle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GosWebSocketBundle Demo

This is a demo application based on a stripped down version of the Symfony website skeleton. To test this demo:

  • Clone this repository to your test server (git clone git@github.com:GeniusesOfSymfony/WebsocketAppDemo.git)
  • Enter the directory where you cloned this demo app (i.e. cd WebsocketAppDemo)
  • Optional: Check out the branch you wish to use:
    • Use the 1.x branch for GosWebSocketBundle 1.x
    • Use the 2.x branch for GosWebSocketBundle 2.x
    • Use the master branch for GosWebSocketBundle 3.x
  • Run composer install to install all dependencies
  • Start the websocket server with the php bin/console gos:websocket:server command
  • Visit the app's homepage in your browser
  • Check the browser's console log

About

Demo of GosWebSocketBundle

License:MIT License


Languages

Language:PHP 71.4%Language:Twig 18.5%Language:Shell 10.1%