https://github.com/felixklauke/rebekah
Inter process communication framework acting as extensive and reliable middleware with support for full featured request response lifecycle processing that will overtake your entire transport and networking layer. Also used for demonstration of JUnit5 with Jacoco in a multi module Gradle project.
https://github.com/felixklauke/rebekah
clean-code middleware middleware-framework netty proxy routing-engine
Last synced: 7 months ago
JSON representation
Inter process communication framework acting as extensive and reliable middleware with support for full featured request response lifecycle processing that will overtake your entire transport and networking layer. Also used for demonstration of JUnit5 with Jacoco in a multi module Gradle project.
- Host: GitHub
- URL: https://github.com/felixklauke/rebekah
- Owner: felixklauke
- License: mit
- Created: 2018-07-03T08:48:42.000Z (over 7 years ago)
- Default Branch: dev
- Last Pushed: 2023-03-10T05:06:35.000Z (over 2 years ago)
- Last Synced: 2025-02-09T23:17:12.838Z (8 months ago)
- Topics: clean-code, middleware, middleware-framework, netty, proxy, routing-engine
- Language: Java
- Homepage: https://www.felix-klauke.de
- Size: 300 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://opensource.org/licenses/MIT)
# rebekah
Inter process communication framework acting as extensive and reliable middleware with support for full featured request response lifecycle processing.# Build Status
| | Build Status | Test Code Coverage |
|------------- |----------------------------------------------------------------------------------------------------------------------------------------------------------- |------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Master | [](https://travis-ci.org/FelixKlauke/rebekah) | [](https://codecov.io/gh/FelixKlauke/rebekah) |
| Development | [](https://travis-ci.org/FelixKlauke/rebekah) | [](https://codecov.io/gh/FelixKlauke/rebekah) |# Usage
**Maven Repositories**
```xml
klauke-enterprises-maven-releases
Klauke Enterprises Maven Releases
https://repository.klauke-enterprises.com/repository/maven-releases/
klauke-enterprises-maven-snapshots
Klauke Enterprises Maven Snapshots
https://repository.klauke-enterprises.com/repository/maven-snapshots/
```
# Introduction
# Example