simple-websocket-vcr

Websocket VCR add-on


Keywords
ruby-gem, websocket, websocket-vcr
License
Apache-2.0
Install
gem install simple-websocket-vcr -v 1.0.0

Documentation

Simple websocket VCR

Build Status Coverage Code Climate Gem Version

Based on the idea of vcr project which record the http interactions and store them as files that can be replayed later and simulate the real communication counterpart (mostly server).

However, this projects aims on the web socket protocol where normally there is only a single HTTP connection and multiple messages or frames being sent over the channel.