Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/grafov/websocket-utils

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/grafov/websocket-utils

  • v0.1.2
  • Source
  • Go
  • Socket score

Version published
Created
Source

Websocket utils

Simple CLI utils for testing websocket (RFC4655) connections. Currently are:

  • wsclient — allows you to establish websocket connection with server and send text messages from command line.
  • wsechoserver — just reply back messages it received.

Install

Binary downloads Build Status

Prebuilt binaries provided for Linux x86_64:

Download and place to $PATH.

Build from source

You need go environment then install external packages:

  • go get github.com/gorilla/websocket
  • go get github.com/kdar/factorlog
  • go get github.com/peterh/liner

Then install and updat package with:

go get github.com/grafov/websocket-utils

For go 1.3 just use build -i for autoinstall external packages during build.

Makefile supplied to use make instead direct usage of go compiler.

make deps
make build

FAQs

Package last updated on 26 Jul 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc