Actionhero

Actionhero is a realtime multi-transport nodejs API Server with integrated cluster capabilities and delayed tasks
Alternatives To Actionhero
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
React Redux Universal Hot Example11,944
4 years ago2February 21, 2016437mitJavaScript
A starter boilerplate for a universal webapp using express, react, redux, webpack, and react-transform
Nodal4,5474436 months ago272June 07, 202240mitJavaScript
API Services Made Easy With Node.js
Actionhero2,368187654 days ago295September 23, 20227apache-2.0TypeScript
Actionhero is a realtime multi-transport nodejs API Server with integrated cluster capabilities and delayed tasks
Go Control Plane1,3291,0642 days ago360June 28, 202227apache-2.0Go
Go implementation of data-plane-api
Lithium1,061
8 months ago21mitC++
Easy to use C++17 HTTP Server with no compromise on performances. https://matt-42.github.io/lithium
Food Lookup Demo1,038
5 years ago16mitJavaScript
A demonstration of using `create-react-app` with a server
Glass Isc Dhcp510
2 years ago53mitCSS
Glass - ISC DHCP Server Interface
Kube Oidc Proxy418
9 days ago1February 15, 202138apache-2.0Go
Reverse proxy to authenticate to managed Kubernetes API servers via OIDC.
React Redux Starter Kit360
6 years ago2mitJavaScript
Enjoy React, Redux, and React-Router, with zero build configuration.
Picoctf261
a year ago55mitPython
The platform used to run picoCTF 2019.
Alternatives To Actionhero
Select To Compare


Alternative Project Comparisons
Readme

Actionhero

The reusable, scalable, and quick node.js API server for stateless and stateful applications


Actionhero Logo


NPM Version Node Version NPM Dependency Status

Test Awesome Follow new releases 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 for HTTP, WebSockets, and more. 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. 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...

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

Quick Start

# Generate a new Project
npx actionhero generate
npm install
npm run build
npm run dev # <-- I automatically notice changes and restart, as well as compiling .ts files

# Use the actionhero CLI
(npx) actionhero generate action --name my_action
(npx) actionhero generate task --name my_task --queue default --frequency 0

# Test
npm test

# To deploy your app
npm run build
npm run start

Your new project will come with example actions, tests, and more.

Or deploy a free API server now:

Deploy to Heroku

Learn More

In-depth Tutorials

Core Components

Server Types

Testing, Deployment, and Operations

Sample Projects

Who?

  • Many folks have helped to make Actionhero a reality.
  • If you want to contribute to actionhero, contribute to the conversation on github and join us on slack

Contributing

License

Apache 2.0

Dedication

Technology is a powerful force in our society. Data, software, and communication can be used for bad: to entrench unfair power structures, to undermine human rights, and to protect vested interests. But they can also be used for good: to make underrepresented peoples voices heard, to create opportunities for everyone, and to avert disasters. This project is dedicated to everyone working toward the good.

Inspired by Martin Kleppmann

Popular Server Projects
Popular Api Server Projects
Popular Networking Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Typescript
Ts
Server
Http
Websocket
Real Time
Tcp
Https
Transport
Api Server