ZeroBlog
- On my personal website, I have a small, self-hosted microblog
- I can add entries from irssi (IRC)
- The first implementation used a simple Dancer-based webapp to receive messages
- But some time ago I started to work with ZeroMQ
- ZeroMQ is a rather low-levely messaging library
- But it's very nice!
- So I ported my microblog thingy to ZeroMQ