react/gifsocket
Real Time communication library using Animated Gifs as a transport™.
Maintainers
Requires
- php: >=5.4.0
- ext-gd: *
- react/curry: dev-master
- react/http: 0.2.*
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT e8597f4a17c4a72bf5d3ee56db82ca7ca8a4174a
This package is auto-updated.
Last update: 2019-02-20 19:25:31 UTC
README
"Real Time communication library using Animated Gifs as a transport™" - Alvaro Videla.
This is a PHP port of the very awesome
gifsockets by Alvaro Videla. It
is using React/Http for delivery.
Installation
Through composer.
Usage
First, start the example server:
$ php examples/stdin.php
Next, open up a browser and point it to localhost:8080. Now you can start
typing stuff into the server window. Each line captured by STDIN will be
converted to a GIF frame and streamed to the browser in Real Time (tm), also
known as Netscape Time (tm).
Browser support
Good:
- IE6
- Safari
- Firefox
Bad:
- Opera
Non-existent:
- Chrome
License
MIT, see LICENSE.
Credits
- Alvaro Videla, for gifsockets
- László Zsidi, for the GifEncoder
