Hacker News new | ask | show | jobs
by X4 4377 days ago
so is this like zeromq for mails?
1 comments

I can't give an unqualified yes, but Switchboard is similar to zeromq in that it fans out events [new emails] to subscribed processes [workers].

We actually thought about using zeromq, but went with a simpler solution for now, i.e. using websockets.