Sha256: 6b2f017f52689bba9eebd429d3088aaca578449eafd44204829dd006ee6614ea

Contents?: true

Size: 626 Bytes

Versions: 1

Compression:

Stored size: 626 Bytes

Contents

Rev-WebSocket Examlpes
======================

Documents for *rev-websocket* is available at [frsyuki's rev-websocket repository](http://github.com/frsyuki/rev-websocket).


## Echo server

    $ gem install rev-websocket
    $ ruby ./echo

A HTTP server runs on localhost:8080 and WebSocket server runs on localhost:8081.

Then access to [htt://localhost:8080/echo.html](http://localhost:8080/echo.html).


## ShoutChat

ShoutChat is a simple browser-based chat application.

    $ gem install rev-websocket
    $ ruby ./shoutchat

Then access to [htt://localhost:8080/shoutchat.html](http://localhost:8080/shoutchat.html).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rev-websocket-0.1.2 examples/README.md