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.
- Host: GitHub
- URL: https://github.com/msisdev/go-transistor-archive
- Owner: msisdev
- License: mit
- Archived: true
- Created: 2023-09-13T10:09:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T14:48:19.000Z (over 2 years ago)
- Last Synced: 2025-05-17T15:11:17.475Z (about 1 year ago)
- Language: Go
- Size: 307 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.