Here are some examples of using sponge to develop go projects. Sponge is a powerful development framework that integrates code auto generation
, gin and grpc framework
. It is provides one-stop project development (code generation, development, testing, api documentation, deployment), it greatly improves development efficiency and reduces development difficulty, develop high-quality projects with a "low code approach".
- Create web service based on sql (including CRUD)
- Create grpc service based on sql (including CRUD)
- Create web service based on protobuf
- Create grpc service based on protobuf
- Create grpc gateway service based on protobuf
- Create grpc+http service based on protobuf
- Build a simple microservice cluster (multi-repo and mono-repo)