https://github.com/xe/crowley
A HTTP router built to scale
https://github.com/xe/crowley
Last synced: 5 months ago
JSON representation
A HTTP router built to scale
- Host: GitHub
- URL: https://github.com/xe/crowley
- Owner: Xe
- License: mit
- Created: 2018-08-25T03:37:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-14T02:01:57.000Z (over 7 years ago)
- Last Synced: 2025-10-10T10:58:22.606Z (9 months ago)
- Size: 1000 Bytes
- Stars: 7
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# crowley
Crowley is an experimental HTTP router for microservices. It has backends connect to the load balancer instead of the load balancer connecting to backends. This model allows networks to be vastly simplified, no longer having to bring in consul or another consensus layer, no more configuration generation or rehashing nginx on each deploy.
## About
Project Stability: Development (don't use this in production at all yet)
This project is a passion project, as such excuse the atypical setup for everything. If you have ideas on how to improve things, please open an issue, comment on existing issues or hit me up in a private message somewhere. I want route to be the easiest possible way to host services of all sizes.