Turbo¶
A lightweight microservice framework.
Features¶
- Turbo generates a reverse-proxy server which translates a HTTP request into a grpc/Thrift request.
- Support gRPC and Thrift.
- Interceptor.
- PreProcessor and PostProcessor: customizable URL-RPC mapping process.
- Hijacker: Take over requests, do anything you want!
- MessageFieldConvertor: Tell Turbo how to set a struct field.
- Modify and reload configuration file at runtime! Without restarting service.