GRPSCON converts GRPC to JSON.
Explore the docs »
Unlike GRPC Gateway GRPCSON is easy to install to test for local development. Follow these simple steps to setup a local copy.
You will need docker and docker-compose on your machine.
Your GRPC Server must support reflection, to see how to set up reflection please visit this.
GRPCSON needs the port and host to be configured in the docker-compose.yml
file, after that run:
docker-compose up -d
Open the following address in your browser and check the services and methods. Then send your request as a post to the url with a json body and receive a json response.
http://localhost:5912
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the GPL-3 License. See LICENSE
for more information.