Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sap-samples/cf-routing-samples

Samples for the Cloud Foundry runtime on SAP BTP related to application routing topics such as HTTP/2 server examples for SAP BTP, Cloud Foundry runtime in various popular programming languages. The examples include H2C and gRPC examples.
https://github.com/sap-samples/cf-routing-samples

golang http2 node python ruby sample sample-code sap-btp

Last synced: about 1 month ago
JSON representation

Samples for the Cloud Foundry runtime on SAP BTP related to application routing topics such as HTTP/2 server examples for SAP BTP, Cloud Foundry runtime in various popular programming languages. The examples include H2C and gRPC examples.

Awesome Lists containing this project

README

        

# Cloud Foundry Routing Samples

[![REUSE status](https://api.reuse.software/badge/github.com/SAP-samples/cf-routing-samples)](https://api.reuse.software/info/github.com/SAP-samples/cf-routing-samples)

## Description

The SAP Business Technology Platform (BTP) provides a runtime environment for running your applications at scale.

This repository contains samples for applications running on the Cloud Foundry runtime for SAP BTP, related to routing topics.

In order to leverage more advance features of the routing stack of the Cloud Foundry runtime for SAP BTP, such as full support for HTTP/2, your apps need to add support.

The following samples are available in the respective subdirectories:

* [`http2`](http2/README.md) - HTTP/2 and gRPC enabled server samples for Cloud Foundry

## Requirements

The samples provided in this repository are intended to run in a Cloud Foundry environment. Each of the samples may contain further information on specific technical requirements.

Samples are provided in the following programming languages and require the respective runtime environment for development:
* go
* java
* node
* python
* ruby
## Download and Installation

These samples are provided as source code and should be seen as starting point or reference on how to approach or solve a particular requirement.

The download from GitHub, either via Git or archive, is recommended.

## Known Issues

- HTTP/2 support is being rolled out globally but is not complete. In order to use the HTTP/2 samples, you need to enable a custom domain with HTTP/2 support.

## How to obtain support
[Create an issue](https://github.com/SAP-samples/cf-routing-samples/issues) in this repository if you find a bug or have questions about the content.

For additional support, [ask a question in SAP Community](https://answers.sap.com/questions/ask.html).

## Contributing
If you want to contribute, please check the [CONTRIBUTING.md](CONTRIBUTING.md) documentation for contribution guidelines.
## Code of conduct

SAP adopts the Contributor's Covenant 2.0 across our open source projects to ensure a welcoming and open culture for everyone involved ([Code of Conduct](CODE_OF_CONDUCT.md)).
## License
Copyright (c) 2022 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the [LICENSE](LICENSES/Apache-2.0.txt) file.