Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 520 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 520 Bytes

PHP-HTML5-WebSocket-Server

This is a simple, minimal, fast and efficient implementation of the WebSocket protocol in PHP used as a backend service for HTML5 WebSockets.

Features

  • Simple and easy-to-learn interface
  • Client abstraction with attributes
  • Supports multiple listeners
  • PHP 5.3+ compatible

Example

Includes a little example where number of users can join a simple drawing application. PHP-WSS Example