While on the road, enjoying the outdoors and being unemployed (by
choice), I have been plucking away at a project that I just released
into beta:
It is basically a service that parses any web content, runs a
transform (supplied by the user), and serves the results as JSON/
JSONP. A feed can consist of multiple sources, including other
JSonduit feeds, and there's also the ability to create and host
widgets that are driven off feeds.
The service is a combination of nginx + node + redis with lots of
custom node modules running things. If you have a moment, check it
out; let me know what you think.
I would love to get some more ideas for features and am sure there are
a ton of bugs my testing has missed. Right now I am working on a
completed HTML/CSS for the site and then some low hanging
optimizations, so please excuse the mediocre appearance.
--
You received this message because you are subscribed to the Google Groups "nodejs" group.
To post to this group, send email to nod...@googlegroups.com.
To unsubscribe from this group, send email to nodejs+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/nodejs?hl=en.
On May 26, 2010, at 1:58 PM, Tautologistics <cpt.o...@gmail.com>
wrote:
> Hey everyone,