mirror of
https://github.com/go-micro/go-micro.git
synced 2025-01-11 17:18:28 +02:00
.. | ||
beego | ||
gin | ||
graphql | ||
rest | ||
rpc | ||
api.go | ||
README.md |
API
This directory showcases API services which sit behind the micro api and serve a public facing API
Services
- api - RPC api with api.Request and api.Response (Micro api handler should be set to --handler=api)
- beego - using beego
- gin - using gin server
- graphql - using graphql
- rest - using go-restful
- rpc - using RPC