Category Archives: Server-side javascript

WebHookIt first release – developer preview

I’m very pleased to announce the birth of WebHookIt ! Visual scripting for the web, Pipes for hackers, using Node.js, and mongoDB WebHookIt is kind of an open-source Yahoo! Pipes, but with a wider scope of applications. The idea is to have a … Continue reading

Posted in Node.js, Server-side javascript, Uncategorized, WebHookIt, WireIt, YUI Library | Tagged , , , , | 3 Comments

JSON Schema and inputEx

Proposed by Kris Zyp, JSON Schema takes the good ideas from XML Schema. From http://json-schema.org/ : JSON Schema is a specification for a JSON-based format for defining the structure of JSON data. JSON Schema provides a contract for what JSON … Continue reading

Posted in inputEx, Server-side javascript | Tagged , , , | 3 Comments

How to setup a mysql data source for Persevere

If you don’t know Persevere yet, check out its impressive list of features (JSONPath/JSON-RPC/Comet support, etc…). Here is a short tutorial to expose your MySQL tables through the persevere JSON REST interface. Download persevere and unzip it. Download the JDBC … Continue reading

Posted in Server-side javascript | Tagged , , | 17 Comments