Skip to content

siyanew/grpcson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GRPCSON Logo

GRPCSON

GRPSCON converts GRPC to JSON.
Explore the docs »

Contributors Forks Stargazers Issues MIT License

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.
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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the GPL-3 License. See LICENSE for more information.

Acknowledgements

About

GRPSCON converts GRPC to JSON.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published