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

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.

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