Skip to content

gorsuch/muxd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

muxd

experimental line muxing daemon

Build

$ go get

Deps

Redis

Local Deployment

$ PORT=8080 REDIS_URL=redis://localhost:6379 ./muxd

Heroku

$ heroku create -b https://github.com/kr/heroku-buildpack-go.git
$ heroku addons:add redistogo
$ git push heroku master

Usage

# listen for items coming into foobar
$ curl http://localhost:8080?channel=foobar
# write to foobar
$ curl -X POST -d data=neato http://localhost:8080?channel=foobar

Also see mux, a cli tool built to interact with muxd.

About

experimental line muxing daemon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages