Skip to content

Commit

Permalink
fixup file-server link in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler committed Jan 9, 2018
1 parent d4db38b commit e0693cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ActionHero v18 is the `async/await` Node.js framework you have been waiting for!
ActionHero version 18 has many *significant and breaking* changes from previous versions. Please read the [Release notes](https://github.com/actionhero/actionhero/releases/tag/v18.0.0) and [Upgrade Guide](https://docs.actionherojs.com/tutorial-upgrade-path.html)

## 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 for HTTP, WebSockets, and more. Clients connected to an actionhero server can [**consume the api**](https://docs.actionherojs.com/tutorial-actions.html), [**consume static content**](https://docs.actionherojs.com/tutorial-file_server.html), and [**communicate with each other**](https://docs.actionherojs.com/tutorial-chat.html). ActionHero is cluster-ready, with built in support for background tasks, 0-downtime deploys, and more. ActionHero provides a simple Async/Await API for managing every type of connection and background task.
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 for HTTP, WebSockets, and more. Clients connected to an actionhero server can [**consume the api**](https://docs.actionherojs.com/tutorial-actions.html), [**consume static content**](https://docs.actionherojs.com/tutorial-file-server.html), and [**communicate with each other**](https://docs.actionherojs.com/tutorial-chat.html). ActionHero is cluster-ready, with built in support for background tasks, 0-downtime deploys, and more. ActionHero provides a simple Async/Await API for managing every type of connection and background task.

Currently actionhero supports the following out of the box...

Expand Down

0 comments on commit e0693cd

Please sign in to comment.