Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloudfoundry/gorouter
CF Router
https://github.com/cloudfoundry/gorouter
cff-wg-app-runtime-platform
Last synced: about 15 hours ago
JSON representation
CF Router
- Host: GitHub
- URL: https://github.com/cloudfoundry/gorouter
- Owner: cloudfoundry
- License: apache-2.0
- Created: 2013-01-25T18:09:21.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2025-01-17T18:36:40.000Z (8 days ago)
- Last Synced: 2025-01-18T08:02:00.345Z (8 days ago)
- Topics: cff-wg-app-runtime-platform
- Language: Go
- Homepage:
- Size: 7.33 MB
- Stars: 443
- Watchers: 131
- Forks: 227
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- starred-awesome - gorouter - CF Router (Go)
README
# gorouter
[![Go Report
Card](https://goreportcard.com/badge/code.cloudfoundry.org/gorouter)](https://goreportcard.com/report/code.cloudfoundry.org/gorouter)
[![Go
Reference](https://pkg.go.dev/badge/code.cloudfoundry.org/gorouter.svg)](https://pkg.go.dev/code.cloudfoundry.org/gorouter)This repository contains the source code for the Cloud Foundry L7 HTTP
router. Gorouter is deployed by default with Cloud Foundry
([cf-deployment](https://github.com/cloudfoundry/cf-deployment)) which
includes
[routing-release](https://github.com/cloudfoundry/routing-release) as
submodule.> \[!NOTE\]
>
> This repository should be imported as
> `code.cloudfoundry.org/gorouter`.# Docs
- [Development Guide](./docs/01-development-guide.md)
- [NATS Configuration](./docs/02-nats-configurations.md)
- [Features](./docs/03-features.md)
- [Observability](./docs/04-observability.md)# Contributing
See the [Contributing.md](./.github/CONTRIBUTING.md) for more
information on how to contribute.# Working Group Charter
This repository is maintained by [App Runtime
Platform](https://github.com/cloudfoundry/community/blob/main/toc/working-groups/app-runtime-platform.md)
under `Networking` area.> \[!IMPORTANT\]
>
> Content in this file is managed by the [CI task
> `sync-readme`](https://github.com/cloudfoundry/wg-app-platform-runtime-ci/blob/main/shared/tasks/sync-readme/metadata.yml)
> and is generated by CI following a convention.