| Recommend this page to a friend! |
| Author | ||
![]() |
|
Innovation award![]() Nominee: 1x Winner: 1x | |||||||||||||||||||
| Classes of Nathan Bruer | > | Web Socket Service | > | Download .zip .tar.gz | > | > | > | |||||
|
|||||||||||||||||||||||
| Groups | Applications | |||||||
| Groups | ||
| Networking | Networking protocols, clients and servers | View top rated classes | |
| PHP 5 | Classes using PHP 5 specific features | View top rated classes | |
| Unix | Use of capabilities specific of POSIX, Unix like operating systems | View top rated classes | |
| AJAX | Interact with the Web server without page reloading | View top rated classes |
| Innovation Award | ||
![]() December 2011 Winner Prize: One downloadable copy of PhpED Professional |
Web sockets provide a means for browsers to establish two way communications with servers. The connections are kept alive while necessary. This class implements a pure PHP robust Web socket protocol server that can handle multiple connections simultaneously using different child processes to handle each socket connection individually. Manuel Lemos |
| User ratings | ||
| There are not enough user ratings to display for this class. |
| Applications that use this class | ||
| File | Role | Description |
|---|---|---|
| Example | Example init script to start a simple chat service | |
| Example | Example to work with the example.php script used once the example.php script is ran it will communicate with the service and allow asynchronous communications | |
| Class | Web Client process to handle communication between the web client and the server | |
| Class | Service class designed to be the master process, which forks the new processes and handles the distribution of cross data communication between the child processes. |
| Download all files: web-socket-service.tar.gz web-socket-service.zip |