actionHero provides methods to work with TCP and Web sockets, and also with HTTP clients in Node.js.
It's basically a framework for building Node.js-powered API servers.
actionHero facilitates API queries and comunication between all the parts involved (including clients themeselves, not only client-server streams).
Requirements:
· Node.js 0.6 or higher
What's New in This Release: [ read full changelog ]
· A new reserved param, apiVersion has been introduced. This is used to directly specify the version of an action a client may request.
· If a client doesn't specify an apiVersion, they will be directed to the highest numerical version.
· Can optionally create routes to handle your API versioning.