Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gleicon committed Mar 20, 2014
1 parent e99a098 commit fa14ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Swarm

Swarm is a distributed event emitter written in Go. It uses memberlist to orchestrate a cluster of eventemitters and zeromq to exchange serialized messages between the nodes. Inside each node it provides a familiar EventEmitter interface to attach functions to events and emit data.
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

Expand Down

0 comments on commit fa14ef2

Please sign in to comment.