Poxa: A Pusher clone with a real-time Console
1–8 of 8 posts
Re: Poxa: A Pusher clone with a real-time Console
#2Ruby - Slanger* (https://github.com/stevegraham/slanger)
Java/Play - PushPlay (https://github.com/danbeaulieu/PushPlay)
*Disclosure: I am one of the authors of Slanger.
Re: Poxa: A Pusher clone with a real-time Console
#3FWIW, our company, Fanout (https://fanout.io), is similar to Pusher except we decided to open source our own code to be good citizens. No need for the community to reverse engineer anything. ;)
Re: Poxa: A Pusher clone with a real-time Console
#4Great to see this. Being able to run your own Pusher-compatible server sounds quite useful for dev environments or internal usage. Is Poxa endorsed by Pusher at all? FWIW, our company, Fanout ( https://fanout.io ), is similar to Pusher except we decided to open source our own code to be good citizens. No need for the community to reverse engineer anything. ;)
Thanks for pointing out Fanout. Looks like a nice product/project.
Re: Poxa: A Pusher clone with a real-time Console
#5Great to see this. Being able to run your own Pusher-compatible server sounds quite useful for dev environments or internal usage. Is Poxa endorsed by Pusher at all? FWIW, our company, Fanout ( https://fanout.io ), is similar to Pusher except we decided to open source our own code to be good citizens. No need for the community to reverse engineer anything. ;)
Re: Poxa: A Pusher clone with a real-time Console
#6Great to see this. Being able to run your own Pusher-compatible server sounds quite useful for dev environments or internal usage. Is Poxa endorsed by Pusher at all? FWIW, our company, Fanout ( https://fanout.io ), is similar to Pusher except we decided to open source our own code to be good citizens. No need for the community to reverse engineer anything. ;)
Why couldn't this be used for production usage? Especially for applications where loss of real time isn't a big deal ?
Of course, someone could certainly use Poxa without any intention of ever using Pusher.com. The protocol features & client libraries are very nice.
Re: Poxa: A Pusher clone with a real-time Console
#7Great to see this. Being able to run your own Pusher-compatible server sounds quite useful for dev environments or internal usage. Is Poxa endorsed by Pusher at all? FWIW, our company, Fanout ( https://fanout.io ), is similar to Pusher except we decided to open source our own code to be good citizens. No need for the community to reverse engineer anything. ;)
Yeah they "endorse" if you consider they published a link to Poxa here: http://blog.pusher.com/pusher-community-libraries-highlights... Thanks for pointing out Fanout. Looks like a nice product/project.
Re: Poxa: A Pusher clone with a real-time Console
#8Earlier quoted context omitted.
Why couldn't this be used for production usage? Especially for applications where loss of real time isn't a big deal ?
Since there are already a bunch of open source "push" servers (Socket.io, Faye, Firehose, etc), I assumed the main draw of Poxa would be to use as a substitution for the official Pusher cloud service depending on deployment scenarios. Of course, someone could certainly use Poxa without any intention of ever using Pusher.com. The protocol features & client libraries are very nice.