# gorouter **Repository Path**: mirrors_cloudfoundry/gorouter ## Basic Information - **Project Name**: gorouter - **Description**: CF Router - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gorouter > [!CAUTION] > This repository has been in-lined (using git-subtree) into routing-release. Please make any > future contributions directly to routing-release. [![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.