I have a GRPC service running written in Python. I have the python support proto file for the same.
I want to integrate this backend with AngularJS+Typescript UI.
Questions are:
- Is it possible?
- Do I have to change anything in the Python grpc server end?
- I checked online and it seems Envoy help in doing similar thing, is Envoy the only solution? As I tried a lot and its not working.
- What all changes are required.