How to share .proto files with different bwoser and nodejs clients.
29 views
Skip to first unread message
zafaa...@gmail.com
unread,
Feb 8, 2017, 3:00:53 AM2/8/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
I have not found any example of sharing .proto files with different clients. Is there any best practice available for sharing .proto files with different client app projects.
Carl Mastrangelo
unread,
Feb 8, 2017, 11:56:12 AM2/8/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io, zafaa...@gmail.com
You can either make a shared project with the single source-of-truth proto file, or you can copy it and add tests to make sure it stays in sync.