Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

5 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages