Pusher - Realtime client push service powered by websockets
11–20 of 23 posts
Re: Pusher - Realtime client push service powered by websockets
#12Try Socket.IO: http://labs.rosepad.com/socket.io/
Re: Pusher - Realtime client push service powered by websockets
#13Was this done on purpose?
Re: Pusher - Realtime client push service powered by websockets
#14This is great, I was thinking about making a similar app, but never got around to it. I'd love a simple ACL for channels. For example, you could do S3-style channel+timestamp+hash authentication, with the hash generated on the server with a secret key. Then for every channel I'd have channel17@r for read-only access, channel17@w for write-only, and channel17 for rw access (default). The way I understand the current s…
Authentication and access control are features which are very important, and we are working on a couple of options for doing it. Something similar to what you have described is the current favourite, though the hashing probably won't be passed through at channel level.
We decided to get the Pusher launched into beta with stuff like this left out so that we could get a gauge for people's general enthusiasm for such a service.
We'll be busy in the next couple of weeks reacting to feedback, so it is great to have these kind of comments :)
Re: Pusher - Realtime client push service powered by websockets
#15Looking good! One question: As I was checking out the "theater booking" demo, I opened two windows, and in one window I checked out 2 seats. It required an actual refresh on the other window to show the updated seating chart; however, on the other app I tried (to-do list), that was not necessary. Was this done on purpose?
There may be minor glitches in the demo apps. They haven't been where we've been focussing the majority of our energy :)
Re: Pusher - Realtime client push service powered by websockets
#16This is really awesome; except as an app developer, I really rather get a library that I own and have on my own infrastructure than a SaaS model, especially for something so critical to my application.
Re: Pusher - Realtime client push service powered by websockets
#17It is something I could use in an app I'm working on right now, but I'm just building a simple free tool and would be interested what their plan is for the service before I get myself tied to it.
Re: Pusher - Realtime client push service powered by websockets
#18This is really awesome; except as an app developer, I really rather get a library that I own and have on my own infrastructure than a SaaS model, especially for something so critical to my application.
Re: Pusher - Realtime client push service powered by websockets
#19Re: Pusher - Realtime client push service powered by websockets
#20Luke Redpath has also published an interesting post: Pushing events to your iPhone using WebSockets and Pusher http://lukeredpath.co.uk/blog/pushing-events-to-your-iphone-...
Growl could probably do the same thing, but I already have notifo working and I'm a cheapskate. (Plus, IIRC if I want to use Prowl I need to have Growl running on a PC somewhere).