Gitingest - shokai/websocket-client-simple
NEW

Summary

Directory Structure

Directory structure:
└── shokai-websocket-client-simple/
    ├── README.md
    ├── circle.yml
    ├── Gemfile
    ├── History.txt
    ├── LICENSE.txt
    ├── Rakefile
    ├── websocket-client-simple.gemspec
    ├── lib/
    │   ├── websocket-client-simple.rb
    │   └── websocket-client-simple/
    │       ├── client.rb
    │       └── version.rb
    ├── sample/
    │   ├── client.rb
    │   ├── echo_server.rb
    │   └── webbrowser/
    │       ├── index.html
    │       └── main.js
    └── test/
        ├── echo_server.rb
        ├── test_connect_block.rb
        ├── test_helper.rb
        └── test_websocket_client_simple.rb

Files Content