An open API service indexing awesome lists of open source software.

https://github.com/msisdev/go-transistor-archive

Go-transistor is a simple customizable end-to-end message forwarding system.
https://github.com/msisdev/go-transistor-archive

Last synced: about 1 year ago
JSON representation

Go-transistor is a simple customizable end-to-end message forwarding system.

Awesome Lists containing this project

README

          

# Go-transistor (In development)
Go-transistor is a simple framework for building end-to-end message forwarding server.
..

# Quickstart

# FAQs
## Why Go-transistor?
Go-transistor is simple and quickly applicable to any situation where you want data transferred to another endpoints.

## vs Kafka
Both go-transistor and Kafka provides topic based message categorization. But go-transistor doesn't provide message queueing and is rather more close to fire-and-forget Pub/Sub pattern.
But since go-transistor is a framework, you can customize it to have a queue structure.