go-json-rest
JSON API library
A library that provides a simple and efficient way to build RESTful JSON APIs in Go.
A quick and easy way to setup a RESTful JSON API
4k stars
155 watching
383 forks
Language: Go
last commit: almost 4 years ago
Linked from 4 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
go-resty/resty | A versatile and flexible HTTP client library for Go | 10,161 |
gavv/httpexpect | A toolkit for building and testing HTTP/REST APIs with a focus on ease of use and flexibility | 2,553 |
emicklei/go-restful | A package for building RESTful web services using Go | 5,041 |
rs/rest-layer | An API framework for building RESTful APIs with customizable schema validation and graph API capabilities. | 1,255 |
koddr/tutorial-go-fiber-rest-api | Builds a RESTful API on Go with Fiber, PostgreSQL, JWT and Swagger documentation in isolated Docker containers. | 378 |
tompston/gomakeme | Automates the creation of boilerplate and endpoints for REST APIs in Go. | 11 |
allaboutapps/go-starter | A comprehensive template for building production-ready RESTful JSON APIs in Go with integrated development tools and workflows. | 506 |
zeromicro/go-zero | A cloud-native Go framework for building scalable and resilient microservices with automatic code generation and built-in engineering practices. | 29,308 |
jirenius/go-res | A Go package for building real-time REST APIs with synchronization and event handling capabilities. | 63 |
grpc-ecosystem/grpc-gateway | A tool that generates a reverse-proxy server to translate RESTful HTTP APIs into gRPC | 18,238 |
googleapis/google-api-go-client | Automatically generated libraries for interacting with Google APIs | 4,034 |
go-chi/chi | A lightweight router for building modular and composable HTTP services | 18,564 |
chriscross0/go-restcountries | A Go wrapper for a REST API providing access to country data | 3 |
api-platform/api-platform | A framework for building API-first web applications with built-in support for REST and GraphQL APIs, client-side generation, and seamless integration with existing frameworks and technologies. | 8,695 |
linkedin/rest.li | A framework for building robust RESTful APIs with asynchronous, non-blocking I/O and type-safe bindings | 2,508 |