rubyworks / tapout

TAP-Y/J Test Harness

Home Page:http://rubyworks.github.com/tapout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Websocket support

trans opened this issue · comments

Presently tapout works via a traditional unix pipe. I wonder if also work via websocket would be useful --or other message protocol for that matter-- would be useful.

Imagine a test runner sending TAP-Y/J stream to a service, which in turn sends it out to all listening clients.