/actionHero

actionHero.js is a multi-transport API Server with integrated cluster capabilites and delayed tasks

Primary LanguageJavaScript

actionHero.js

The Reusable, Scalable, and Quick node.js API Server

Links: NPM | Wiki | API Methods | Public Site | GitHub | Mailing List | Client

Nodejitsu Deploy Status Badges

Build Status

Who is the actionHero?

actionHero.js is a multi-transport API Server with integrated cluster capabilites and delayed tasks. The goal of actionHero is to create an easy-to-use toolkit for making reusable & scalable APIs. Clients connected to an actionHero server can consume the api, consume static content, and communicate with each other. actionHero is cluster-ready, with built in support for background tasks, 0-downtime deploys, and more.

Currently actionHero supports:

You can also make your own servers and transports.

Quick Start

  • npm install actionHero
  • ./node_modules/.bin/actionHero generate
  • ./node_modules/.bin/actionHero start

Want more?

Who?