Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 596288 - dev-util/wsta-0.4.1 - WebSocket Transfer Agent
Summary: dev-util/wsta-0.4.1 - WebSocket Transfer Agent
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: Default Assignee for New Packages
URL: https://github.com/esphen/wsta
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-05 20:12 UTC by Espen H
Modified: 2016-10-08 07:20 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Espen H 2016-10-05 20:12:21 UTC
wsta - The WebSocket Transfer Agent

wsta is a CLI tool written in rust for interfacing with WebSockets. wsta has the philosophy of being an easy tool to learn and thus gets out of your way to let you work your UNIX magic directly on the WebSocket traffic. The way wsta does this is to be as pipe-friendly as possible, letting you chain it into complex pipelines or bash scripts as you see fit, or just keep it simple and use it as is.
Comment 1 Espen H 2016-10-05 20:21:31 UTC
Pull Request created

https://github.com/gentoo/gentoo/pull/2485