Home

Awesome

nodejs-vs-ror

Copyright (C) 2011 by Maciej Małecki MIT License (see LICENSE file)

Compare number of node.js and Ruby on Rails watchers.

API

Now with an API (it's more like a side effect of using knockout.js, but if you like outsourcing your nerdfight):

Endpoints

/api

Parameters:

Output:

{"ror":10470,"nodejs":9768}

Or, when queried like: /api?jsonp=callback:

callback({"ror":10470,"nodejs":9768});