actionhero
Version:
actionhero.js is a multi-transport API Server with integrated cluster capabilities and delayed tasks
66 lines (43 loc) • 4.09 kB
Markdown
# ActionHero
## The Reusable, Scalable, and Quick node.js API Server
<p align="center">
<img src="https://raw.github.com/actionhero/actionhero/master/public/logo/actionhero-small.png" alt="ActionHero Logo" />
</p>
***
**[NPM](https://npmjs.org/package/actionhero) | [Docs](http://actionherojs.com/docs) | [Web Site](https://www.actionherojs.com) | [GitHub](https://github.com/actionhero/actionhero) | [Slack](http://slack.actionherojs.com) | [Client](https://github.com/actionhero/actionhero-client)**
***
[](https://www.npmjs.com/package/actionhero)[](https://npmjs.org/package/actionhero)[](https://npmjs.org/package/actionhero)[](https://david-dm.org/actionhero/actionhero)
[](https://greenkeeper.io/)
[](https://circleci.com/gh/actionhero/actionhero.png)
[](https://github.com/l0oky/awesome-actionhero)
[](http://slack.actionherojs.com)
## 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**](https://www.actionherojs.com/docs/core/actions), [**consume static content**](https://www.actionherojs.com/docs/core/file-server), and [**communicate with each other**](https://www.actionherojs.com/docs/core/chat). 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...
- [Web Clients](http://www.actionherojs.com/docs/servers/web): HTTP, HTTPS
- [Socket Clients](http://www.actionherojs.com/docs/servers/socket): TCP (telnet), TLS
- [Web Socket Clients](http://www.actionherojs.com/docs/servers/websocket): HTTP, HTTPS
[... and you can also make your own servers and transports.](https://www.actionherojs.com/docs/core/servers)
## Quick Start
```bash
# mkdir new_project; cd new_project
npm install actionhero
./node_modules/.bin/actionhero generate
npm start
```
Or deploy a web API server now:
[](https://heroku.com/deploy?template=https://github.com/actionhero/actionhero)
## Want more?
- [Getting Started](https://www.actionherojs.com/get-started)
- [Running actionhero](https://www.actionherojs.com/docs/ops/running-actionhero)
- [Read the documentation](http://www.actionherojs.com/docs/)
- [Find community-based resources](https://github.com/l0oky/awesome-actionhero)
- [See a Sample Project (simple)](https://github.com/actionhero/actionhero-tutorial)
- [See a Sample Project (elaborate)](https://github.com/actionhero/actionhero-angular-bootstrap-cors-csrf)
- [Interact with the Community & View the Release History](https://www.actionherojs.com/community)
## Documentation
ActionHero's documentation can be found @ [https://github.com/actionhero/www.actionherojs.com/](https://github.com/actionhero/www.actionherojs.com/). If you want to contribute to this documentation, visit the [related project](https://github.com/actionhero/www.actionherojs.com)
## Who?
* The primary creator of the actionhero framework is [Evan Tahler](http://evantahler.com), but many others [have helped](https://github.com/actionhero/actionhero/graphs/contributors)
* If you want to contribute to actionhero, contribute to the conversation on [github](https://github.com/actionhero/actionhero) and join us on [slack](https://slack.actionherojs.com)
###