qtalk-go

module
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2021 License: MIT

README

qtalk-go

GoDoc Test workflow Go Report Card Project Forum Sponsor Project

qtalk-go is a versatile RPC and IO stream based IPC stack for Go:

  • client or server can make RPC calls to the other end
  • calls can be unary or streaming for multiple inputs/outputs
  • pluggable data codecs for flexible object stream marshaling
  • RPC calls designed to optionally become full-duplex byte streams
  • muxing layer based on subset of SSH (qmux) and soon optionally QUIC
  • qmux allows any io.ReadWriteCloser transport, including STDIO
  • API inspired by net/http with easy function/method export on top
  • supports passing remote callbacks over RPC

The goal was to come up with the most minimal design for the most flexibility in how you want to communicate between processes.

Getting Started

$ go get github.com/progrium/qtalk-go

The Examples wiki page walks through a bunch of ways it can be used. Here are quick links:

License

MIT

Directories

Path Synopsis
mux
Package mux implements a qmux session and channel API.
Package mux implements a qmux session and channel API.
frame
Package frame implements encoding and decoding of qmux message frames.
Package frame implements encoding and decoding of qmux message frames.
rpc
x
cbor Module
quic Module

Jump to

Keyboard shortcuts

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