streamer

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 23, 2024 License: MIT Imports: 14 Imported by: 0

README

streamer

Simple WebSocket server and client with standard stream

Usage

# Server
$ streamer
foo

# Client
$ echo 'foo' | streamer -c
Set port number
# Server
$ streamer -p 5500
foo

# Client
$ echo 'foo' | streamer -c -p 5500
Use binary data transfer
# Server
$ streamer -b
foo

# Client
$ echo -n -e '\x66\x6f\x6f' | streamer -b -c

Installation

$ go get github.com/ionstage/streamer

License

© 2023 iOnStage Licensed under the MIT License.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL