millsoft / php-websockets-demo

A simple demo for php websockets using ratchet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple PHP Websockets Demo

A small demo project based on ratchet.

Requirments

  • php 7.x
  • composer

Installation

composer install

Run the server

php app.php

Test it

open test.html in your browser, open the developer console and look whats going on with the websockets. You can open the file twice to send a message to another window...

About

A simple demo for php websockets using ratchet


Languages

Language:PHP 66.9%Language:HTML 33.1%