Skip to content

PGS-php/websockets-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebSockets

  1. In directory 'example', you can find most basic socket PHP implementation.
  • just run server.php and client.php from command line
  1. Basic chat built using Ratchet.
  • composer install
  • configure app/config/parameters.yml according to your MySQL server configuration
  • run Symfony server (php bin/console server:run)
  • run WebSocket server (php bin/console app:ws-server:run)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 87.7%
  • HTML 8.4%
  • ApacheConf 3.9%