All Projects → actionhero → Actionhero

actionhero / Actionhero

Licence: apache-2.0
Actionhero is a realtime multi-transport nodejs API Server with integrated cluster capabilities and delayed tasks

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
HTML
75241 projects

Projects that are alternatives of or similar to Actionhero

Impress
Enterprise application server for Node.js and Metarhia private cloud ⚡
Stars: ✭ 634 (-72.19%)
Mutual labels:  api, server, websocket, cluster
Jstp
Fast RPC for browser and Node.js based on TCP, WebSocket, and MDSF
Stars: ✭ 132 (-94.21%)
Mutual labels:  api, server, websocket, tcp
Zato
ESB, SOA, REST, APIs and Cloud Integrations in Python
Stars: ✭ 889 (-61.01%)
Mutual labels:  api, api-server, cluster
Clusterws
💥 Lightweight, fast and powerful framework for building scalable WebSocket applications in Node.js
Stars: ✭ 868 (-61.93%)
Mutual labels:  server, websocket, cluster
Tcpbin
Very crude and poorly written HTTP(s) and SMTP bin
Stars: ✭ 85 (-96.27%)
Mutual labels:  server, tcp, https
Lad
👦 Lad is the best Node.js framework. Made by a former Express TC and Koa team member.
Stars: ✭ 2,112 (-7.37%)
Mutual labels:  api, async-await, framework
Deno Drash
A REST microframework for Deno's HTTP server with zero 3rd party dependencies.
Stars: ✭ 795 (-65.13%)
Mutual labels:  api, framework, server
Gophergameserver
🏆 Feature packed, easy-to-use game server API for Go back-ends and Javascript clients. Tutorials and examples included!
Stars: ✭ 61 (-97.32%)
Mutual labels:  api, server, websocket
Blinksocks
A framework for building composable proxy protocol stack.
Stars: ✭ 587 (-74.25%)
Mutual labels:  websocket, tcp, https
Xtcp
A TCP Server Framework with graceful shutdown, custom protocol.
Stars: ✭ 116 (-94.91%)
Mutual labels:  framework, server, tcp
Micro
Micro is a distributed cloud operating system
Stars: ✭ 10,778 (+372.72%)
Mutual labels:  api, framework, server
Autoserver
Create a full-featured REST/GraphQL API from a configuration file
Stars: ✭ 188 (-91.75%)
Mutual labels:  api, framework, server
Agoo
A High Performance HTTP Server for Ruby
Stars: ✭ 679 (-70.22%)
Mutual labels:  server, websocket, https
Beetlex
high performance dotnet core socket tcp communication components, support TLS, HTTP, HTTPS, WebSocket, RPC, Redis protocols, custom protocols and 1M connections problem solution
Stars: ✭ 802 (-64.82%)
Mutual labels:  websocket, tcp, https
Spock
Another Haskell web framework for rapid development
Stars: ✭ 623 (-72.68%)
Mutual labels:  api, framework, server
Rest Layer
REST Layer, Go (golang) REST API framework
Stars: ✭ 1,068 (-53.16%)
Mutual labels:  api, api-server, framework
Nodejsstarterkit
Starter Kit for Node.js v14.x, minimum dependencies 🚀
Stars: ✭ 348 (-84.74%)
Mutual labels:  api, server, cluster
Glass Isc Dhcp
Glass - ISC DHCP Server Interface
Stars: ✭ 486 (-78.68%)
Mutual labels:  api-server, server, websocket
Appy Backend
A user system to bootstrap your app.
Stars: ✭ 96 (-95.79%)
Mutual labels:  api, api-server, server
Jsonrpcserver
Process JSON-RPC requests in Python
Stars: ✭ 126 (-94.47%)
Mutual labels:  api, api-server, server

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 people’s 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].