https://github.com/yuleihua/airfk
airman framework for micro-service.
https://github.com/yuleihua/airfk
ethereum framework jsonrpc microservice
Last synced: 2 months ago
JSON representation
airman framework for micro-service.
- Host: GitHub
- URL: https://github.com/yuleihua/airfk
- Owner: yuleihua
- License: gpl-3.0
- Created: 2018-12-29T05:57:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-20T17:04:29.000Z (over 6 years ago)
- Last Synced: 2024-06-20T00:42:10.939Z (almost 2 years ago)
- Topics: ethereum, framework, jsonrpc, microservice
- Language: Go
- Size: 13.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# airfk
airman framework for micro-service. Based on ethereum, a number of new features have been added.
## protocol
JSON RPC API
JSON is a lightweight data-interchange format. It can represent numbers, strings, ordered sequences of values, and collections of name/value pairs.
JSON-RPC is a stateless, light-weight remote procedure call (RPC) protocol. Primarily this specification defines several data structures and the rules around their processing. It is transport agnostic in that the concepts can be used within the same process, over sockets, over HTTP, or in many various message passing environments. It uses JSON (RFC 4627) as data format.
## service registration and discovery
* etcd
* consul
Future support for zookeeper.
## Q&A
* email: huayulei_2003@hotmail.com
* QQ: 290692402