1

Anyone know of an Erlang pubsubhubbub subscriber client?

ire_and_curses
  • 68,372
  • 23
  • 116
  • 141
user319045
  • 665
  • 3
  • 7
  • 12

2 Answers2

1

I present you with a (most likely incomplete) list of pubsub implementations (one of them is even written in Erlang):
http://code.google.com/p/pubsubhubbub/wiki/Hubs
Google = tech :)
Also, you should probably go back and mark some (or all) of your questions answered.

yarmiganosca
  • 2,215
  • 2
  • 14
  • 9
  • The have a single erlang experimental pub hub and subscriber -- I'm really just looking for a subscriber only client. – user319045 May 22 '10 at 04:57
1

Searching in projects.trapexit.org for "pubsub" this is what you get: alt text http://img580.imageshack.us/img580/1835/screenshot20100523at124.png.

Maybe one of these could help you.

Roberto Aloi
  • 30,570
  • 21
  • 75
  • 112