[Web Hooks] Solving realtime ... anybody want a peek?

483 views
Skip to first unread message

Jeff Lindsay

unread,
May 7, 2010, 3:43:40 PM5/7/10
to webh...@googlegroups.com
While webhooks have a particular role at the exclusion of others (for example, they are silly to think of being used to do realtime to the browser or desktop client), they do work in tandem with socket-like persistent connections, mostly useful for getting to the desktop, or getting through firewalls, etc. Also, with really high throughput it makes a lot of sense to do something like the Twitter Stream API instead of webhooks. 

That said, people keep looking to webhooks to solve "realtime to the browser" or things like this. This shows there is obviously a need for it. While it's possible to do with a lot of tools (Orbited, fancy/hacky Comet setups, etc), I've been working on just solving this issue. In essence, "the Real Time Web as a Service." (Although as a Platform is maybe more apt)

I was doing it on my own time, but I was recently hired at very webhook-centric company to build this as a cloud service. And we're in a private preview now. If you'd like to try this out, please email me directly. 

--
Jeff Lindsay
http://progrium.com

--
You received this message because you are subscribed to the Google Groups "WebHooks" group.
To post to this group, send email to webh...@googlegroups.com.
To unsubscribe from this group, send email to webhooks+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/webhooks?hl=en.

David Beckwith

unread,
May 7, 2010, 4:05:39 PM5/7/10
to webh...@googlegroups.com
I'm interested.  What's your direct email address?

--

Not sure how off-topic this is, but:

You need a couple of things to receive messages on your desktop:

1. A java or C program listening on some port. (The user would authorize it run on start-up/boot.)
2. Registration on a dynamic DNS to handle at-home users who don't have a stable ip address.

I guess you could write a Java program that when installed, connects you to some kind of P2P or server-client network that registers your current ip address and records all the POST requests that you would like to receive.  Then maybe that Java program could talk to a Chrome or Firefox plugin?

Would that work?  How do you guys solve it?

D :)

Jeff Lindsay

unread,
May 7, 2010, 4:09:14 PM5/7/10
to webh...@googlegroups.com
My email is in this email.

David Beckwith

unread,
May 7, 2010, 4:09:46 PM5/7/10
to webh...@googlegroups.com
Oh yeah.  Duh.  hehe.

Daniel Parker

unread,
May 7, 2010, 7:19:10 PM5/7/10
to webh...@googlegroups.com
Sorry guys, didn't realize I included 4 emails deep. The first one's the main one, so I'm sending again. Disregard the other one.

- daniel parker -

Tom Tasche

unread,
May 15, 2011, 4:56:24 PM5/15/11
to webh...@googlegroups.com
Not sure if I understood you correctly, but does your product, API or whatever "convert" Twitter's Streaming API to webhooks?

Tom

Jeff Lindsay

unread,
May 15, 2011, 4:58:40 PM5/15/11
to webh...@googlegroups.com
No, but that's another project. Are you interested in that?

Reply all
Reply to author
Forward
0 new messages