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
- Add Option for TLS connection
- Add Option to accept protos
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GPL-3 License. See LICENSE
for more information.