Code Monkey home page Code Monkey logo

hookah-v0's Introduction

hookah

WARNING: This is the old WebSocket-only version of hookah and is no longer being maintained.

hookah is a lightweight pipeline tool for orchestrating WebSocket streams.

Operations like fanning-in multiple data sources, fanning-out to multiple consumers, and applying local map/filter operations between endpoints are all possible using hookah and standard POSIX pipes.

Install dependencies

go get github.com/gorilla/websocket
go get github.com/wybiral/hookah-v0/cmd/hookah

Build

go build github.com/wybiral/hookah-v0/cmd/hookah

Usage

To see usage instructions run:

hookah

To start a relay node:

hookah node host:port

Pipe a local program into a remote node:

local_program | hookah send remote_host:port

Read from a remote node:

hookah recv remote_host:port

Pipe between two remote nodes and apply local program as map/filter:

hookah recv remote_host1:port | local_program | hookah send remote_host2:port

hookah-v0's People

Contributors

wybiral avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.