# README
csweb
Being the cornerstone framework of the web for golang
Characteristic
- provides HTTP and GRPC serve
- validator
- metrics (prometheus)
- tracer (zipkin)
- log with traceID
- tools library (gorm/jwt/seata...)
- jwt Auth
- recovery
- ratelimit
- error handle
TODO List
- Docker/Makefile
- service discovery
- goroutine pool
- auto generate infrastructure code
- cache (redis)
- pub/sub
- cron
- config center (apollo)
- project template
# Functions
No description provided by the author
NewApp new an app with name.
WithGateway enable the gateway and specify the address.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author