Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
React Redux Universal Hot Example | 11,944 | 4 years ago | 2 | February 21, 2016 | 437 | mit | JavaScript | |||
A starter boilerplate for a universal webapp using express, react, redux, webpack, and react-transform | ||||||||||
Nodal | 4,547 | 44 | 3 | 6 months ago | 272 | June 07, 2022 | 40 | mit | JavaScript | |
API Services Made Easy With Node.js | ||||||||||
Actionhero | 2,368 | 187 | 65 | 4 days ago | 295 | September 23, 2022 | 7 | apache-2.0 | TypeScript | |
Actionhero is a realtime multi-transport nodejs API Server with integrated cluster capabilities and delayed tasks | ||||||||||
Go Control Plane | 1,329 | 1,064 | 2 days ago | 360 | June 28, 2022 | 27 | apache-2.0 | Go | ||
Go implementation of data-plane-api | ||||||||||
Lithium | 1,061 | 8 months ago | 21 | mit | C++ | |||||
Easy to use C++17 HTTP Server with no compromise on performances. https://matt-42.github.io/lithium | ||||||||||
Food Lookup Demo | 1,038 | 5 years ago | 16 | mit | JavaScript | |||||
A demonstration of using `create-react-app` with a server | ||||||||||
Glass Isc Dhcp | 510 | 2 years ago | 53 | mit | CSS | |||||
Glass - ISC DHCP Server Interface | ||||||||||
Kube Oidc Proxy | 418 | 9 days ago | 1 | February 15, 2021 | 38 | apache-2.0 | Go | |||
Reverse proxy to authenticate to managed Kubernetes API servers via OIDC. | ||||||||||
React Redux Starter Kit | 360 | 6 years ago | 2 | mit | JavaScript | |||||
Enjoy React, Redux, and React-Router, with zero build configuration. | ||||||||||
Picoctf | 261 | a year ago | 55 | mit | Python | |||||
The platform used to run picoCTF 2019. |
The reusable, scalable, and quick node.js API server for stateless and stateful applications
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.
# 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:
/docs
folder. The current version of this documentation is also automatically deployed to https://docs.actionherojs.com.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