Advertisement
Guest User

Untitled

a guest
May 25th, 2015
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. ## Tapahtuma
  2.  
  3. Simple event system for your Software.
  4.  
  5. Includes:
  6.  
  7. 1. a Server which will receive your events
  8. 2. the server talk to a MongoDB (only for now) for persistence
  9. 3. The communication takes place through a TCP client. (Ruby, Java and Clojure, for now). The data is by default (and only for now),
  10. using extensible data notation (EDN).
  11. 4. websockets will be used by the dashboard to consume events. you can choose not persist events. They will appear on dashboard anyway, but in a volatie way.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement