Skip to content

actionhero.js is a multi-transport nodejs API Server with integrated cluster capabilities and delayed tasks

License

Notifications You must be signed in to change notification settings

S3bb1/actionhero

 
 

Repository files navigation

ActionHero

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

ActionHero Logo


NPM | Docs | Web Site | GitHub | Slack | Client


NPM VersionNode VersionNPMDependency Status Greenkeeper badge

Build Status Awesome Chat

Who is the ActionHero?

ActionHero is a multi-transport API Server with integrated cluster capabilities 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 the following out of the box...

... and you can also make your own servers and transports.

Quick Start

# mkdir new_project; cd new_project
npm install actionhero
./node_modules/.bin/actionhero generate
npm start

Or deploy a web API server now:

Deploy to Heroku

Want more?

Documentation

ActionHero's documentation can be found @ https://github.com/actionhero/www.actionherojs.com/. If you want to contribute to this documentation, visit the related project

Who?

  • The primary creator of the actionhero framework is Evan Tahler, but many others have helped
  • If you want to contribute to actionhero, contribute to the conversation on github and join us on slack

About

actionhero.js is a multi-transport nodejs API Server with integrated cluster capabilities and delayed tasks

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.4%
  • HTML 4.4%
  • Shell 0.2%