Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crufter/trigga
Pub/sub messaging server.
https://github.com/crufter/trigga
Last synced: 22 days ago
JSON representation
Pub/sub messaging server.
- Host: GitHub
- URL: https://github.com/crufter/trigga
- Owner: crufter
- Created: 2012-10-29T17:25:58.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-02T07:45:52.000Z (about 12 years ago)
- Last Synced: 2024-11-30T21:48:48.522Z (23 days ago)
- Language: Go
- Size: 109 KB
- Stars: 4
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
trigga
======Pub/sub messaging server. Code is very minimalistic, small, it has no dependencies apart from the Go stdlib for the time being.
Currently supports only 3 commands: publish, subscribe, unsubscribe.
Performance is approx 1000 messages per second with 8 subscribers on an 2x2500MHz AMD.
Messages are fire and forget.I plan to use it as a communication channel of websockets based applications, triggering noncrucial events and sending very short messages, enchancing the user experience of
the web app/website.No distributed bussiness yet, maybe if I find the time...
Drivers
---
- Go: https://github.com/opesun/gotriggaFor tests, see the Go driver.