ibmendoza / swarm

Distributed EventEmitter for Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swarm

Swarm is a distributed event emitter written in Go. It uses memberlist to orchestrate a cluster of eventemitters and udp multicast to exchange serialized messages between the nodes. Inside each node it provides a familiar EventEmitter interface to attach functions to events and emit data.

Tests and benchmark

$ go test -v
$ go test -bench=.

Usage

About

Distributed EventEmitter for Golang


Languages

Language:Go 94.7%Language:Shell 5.3%