Simple event system for your Software.
Includes:
- a Server which will receive your events
- the server talk to a MongoDB (only for now) for persistence
- The communication takes place through a TCP client. (Ruby, Java and Clojure, for now). The data is by default (and only for now), using extensible data notation (EDN).