Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cuidd2018/mantis
Mantis is a remote procedure call(RPC) framework for rapid development of high performance distributed services.
https://github.com/cuidd2018/mantis
formwork mantis netty rpc
Last synced: 5 days ago
JSON representation
Mantis is a remote procedure call(RPC) framework for rapid development of high performance distributed services.
- Host: GitHub
- URL: https://github.com/cuidd2018/mantis
- Owner: cuidd2018
- Created: 2024-06-03T12:06:18.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-11T14:25:39.000Z (5 months ago)
- Last Synced: 2024-10-10T11:43:26.117Z (26 days ago)
- Topics: formwork, mantis, netty, rpc
- Language: Java
- Homepage: https://github.com/cuidd2018/mantis
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mantis
# Overview
Mantis is a remote procedure call(RPC) framework for rapid development of high performance distributed services.
# Features
- Create distributed services without writing extra code.
- Provides cluster support and integrate with popular service discovery services like [Consul] or [Zookeeper].
# Modules
- mantis-core: core module
- mantis-common: 通用定义。
- mantis-spring: spring integration
- mantis-examples: examples
- mantis-registry: service discovery
- mantis-transport: transport
- mantis-serialization: serialization
- mantis-loadbalance: loadbalance
- mantis-cluster: cluster
- mantis-metrics: metrics
- mantis-test: test
- mantis-spring-boot-starter: spring boot starter
- mantis-spring-cloud-starter: spring cloud starter# Changes
- 0.0.1 initial version 实现基本rpc功能。