Apr 26, 2009 11:17:00 AM
Before you read this post, if you haven't heard of web hooks, please check out webhooks.org.
I've developed a web service called Myqron to turn pull-type web services (e.g. RSS) into push-type web services. The service works by using custom-written adapters for each type of pull service, which contain business logic for determining when a pull service updates.
I hope that the introduction Myqron makes that clearer, if you don't already get it.
I'd love to hear your feedback on whether or not you find it useful, or how the service could be improved. I've developed it mostly for my own purposes, but if you can make use of it I'd love to hear at neil@myqron.com.
Discussion
Subscribe to an RSS feed of these commentsCharl van Niekerk
Apr 27, 2009 6:35:51 PM
This is awesome, excellent initiative! I can find a lot of use for this; will start playing with it soon and let you know in case I have any feedback!Neil Garb
Apr 27, 2009 9:49:06 PM
Thanks, Charl. Much appreciated. Will be happy to get any feedback. Have been in touch with Jeff Lindsay from webhooks.org -- hoping to get some feedback from him as well.Charl van Niekerk
Apr 28, 2009 10:06:29 AM
Coolness; did you announce this on the Web Hooks group yet?http://groups.google.co.za/group/webhooks
Charl van Niekerk
May 6, 2009 7:51:36 PM
Quick suggestion... I got the following message:The document at the specified URL must be one of: text/xml, application/rss+xml
Would it be possible to add application/xml to this list? Reason being that I prefer to use that above text/xml due to the reasons detailed on the following page:
http://annevankesteren.nl/2004/08/mime-types
Your comment