Awesome
<div align="center"> <img src="https://bigir.ir/cdn/fc24da3b8fc24460ae0e3090b/grpc.png" alt="GRPCSON Logo" width="100" /> <h1>GRPCSON</h1> <p> GRPSCON converts GRPC to JSON.<br/> <a href="https://github.com/siyanew/grpcson"><strong>Explore the docs »</strong></a> </p> </div>Getting Started
Unlike GRPC Gateway GRPCSON is easy to install to test for local development. Follow these simple steps to setup a local copy.
Prerequisites
You will need docker and docker-compose on your machine.<br> Your GRPC Server must support reflection, to see how to set up reflection please visit this.
Installation
GRPCSON needs the port and host to be configured in the docker-compose.yml
file, after that run:
docker-compose up -d
Usage
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
TODO
- Add Option for TLS connection
- Add Option to accept protos
Contributing
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
License
Distributed under the GPL-3 License. See LICENSE
for more information.