Skip to content

martijnc/phpwebsockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bc5491c · Oct 7, 2012

History

15 Commits
Feb 29, 2012
Feb 29, 2012
Aug 9, 2011
Aug 9, 2011
Oct 7, 2012

Repository files navigation

PHP WebSockets

The PHP WebSockets code hasn't been updated in a while and is no longer compatible with all browsers. You probably should not use it for production code.

What is it?

PHP WebSockets is a PHP library that implements the WebSockets protocol. The WebSockets protocol (RFC6455) is currently being standardized by the IETF. With WebSockets, a client (e.g.: a browser) and a server can set up a two-way communication channel with little overhead compared to a XMLHttpRequest or long polling.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published