lileio / lile

Easily generate gRPC services in Go ⚡️
MIT License
1.5k stars 88 forks source link

support grpc-gateway #61

Closed r6m closed 5 years ago

r6m commented 5 years ago

Hi, It would be awesome to have grpc-gateway support

arbarlow commented 5 years ago

Hey @rezam90, you can totally use the gateway!

If you follow this guide https://github.com/grpc-ecosystem/grpc-gateway and add the relevant proto things you can then just add the gateway running stuff to run.go which lile generates. I will write some more documentation soon

r6m commented 5 years ago

Thanks @arbarlow, I've done it.

I wish there was a built in method in lile for it, as it's the same process everyone does to implement.