https://github.com/x-infra-lab/x-remoting
x-remoting is a network communication framework based on Netty.
https://github.com/x-infra-lab/x-remoting
java network remoting rpc
Last synced: 3 months ago
JSON representation
x-remoting is a network communication framework based on Netty.
- Host: GitHub
- URL: https://github.com/x-infra-lab/x-remoting
- Owner: x-infra-lab
- License: apache-2.0
- Created: 2023-11-09T09:30:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-03T03:25:17.000Z (4 months ago)
- Last Synced: 2025-12-05T14:28:16.131Z (4 months ago)
- Topics: java, network, remoting, rpc
- Language: Java
- Homepage:
- Size: 143 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# x-remoting

[](https://codecov.io/gh/x-infra-lab/x-remoting)
[](https://central.sonatype.com/artifact/io.github.x-infra-lab/x-remoting/)
x-remoting is a network communication framework based on Netty.
x-remoting was born to allow middleware developers to focus more on implementing product features instead of reinventing the wheel of communication frameworks.
## Features
* Connection management (timing disconnection, automatic reconnection)
* Basic communication model (oneway, sync, future, callback)
* Heartbeat and IDLE event processing
* Customizable protocol framework
* Private protocol custom implementation - RPC communication
## Documents
* [Getting Started](./docs/getting-started.md)
## License
x-remoting is licensed under the [the Apache 2 License](https://github.com/MicroRaft/MicroRaft/blob/master/LICENSE).