Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 528 Bytes

README.MD

File metadata and controls

23 lines (14 loc) · 528 Bytes

amqp-rpc

PkgGoDev

RPC (remote procedure call) library with amqp as underling transport.

Features

Server - rpc server to handle procedure calls

Client - rpc client to make procedures calls

Duplex - implements both Server and Client

Usage

See examples

TODO

  • documentation
  • tests
  • nice readme :-)
  • expose function to generate package id (now used hardcoded UUIDv4)