Skip to content

ibmendoza/swarm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 94.7%
  • Shell 5.3%