Skip to content

gorsuch/mux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

mux

An experimental line muxer and a client for muxd.

Build

$ go get

Usage

Assumes that you have a muxd instance listening on http://localhost:8080.

You can override this by setting MUXD_URL to something else.

Basic

# in one window
$ mux -r
# in a second
$ mux -r
# in a third
$ echo hi there | mux -w

Notice hi there appear in the first and second windows.

Custom Channel

The channel defaults to 'mux'. You can change this with -c.

$ mux -r -c foobar

About

experimental line muxer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages