twitchtv / twirp

A simple RPC framework with protobuf service definitions
https://twitchtv.github.io/twirp/docs/intro.html
Apache License 2.0
7.15k stars 327 forks source link

Turn the example into its own repository that we can clone #11

Closed hugows closed 6 years ago

hugows commented 6 years ago

Hi!

A minor suggestion: make it so that the example (https://github.com/twitchtv/twirp/wiki/Usage-Example:-Haberdasher) is in a separate repo, that we can git clone, cd into and follow simple instructions to have a running server and client.

Its just an idea, but I've noticed this on other projects and makes everything super easy for beginners (even though Twirp isn't exactly for beginners, coming from Twitch a lot of people might want to play with it).

Cheers!

spenczar commented 6 years ago

This is a great idea, and we should do it for sure. We'll set something up within the next week.

while-loop commented 6 years ago

Any progress on creating the example repo? I'll be glad to set up the example Haberdasher code

spenczar commented 6 years ago

This is now up and running at https://github.com/twitchtv/twirp-example. Good idea!