Skip to content

Conversation

@glbrntt
Copy link
Collaborator

@glbrntt glbrntt commented Sep 25, 2019

Motivation:

To help users get started quickly with gRPC Swift it would be useful to
have a "hello world" example. grpc.io has such examples for
a number of languages: https://grpc.io/docs/quickstart/ but not for Swift.

Another motivating factor for this change was feedback from the gRPC team
on the SSWG draft proposal suggesting that it would be useful to frame the
proposal from a canonical example, either "HelloWorld" or "RouteGuide".

Modifications:

  • Add a "HelloWorld" example
  • Create a "quick-start" guide modelled on those on grpc.io

Result:

  • No functional changes
  • Another example and tutorial

Motivation:

To help users get started quickly with gRPC Swift it would be useful to
have a "hello world" example. grpc.io has such examples for
a number of languages: https://grpc.io/docs/quickstart/ but not for Swift.

Another motivating factor for this change was feedback from the gRPC on
the SSWG draft proposal suggesting that it would be useful to frame the
proposal from a canonical example, either "HelloWorld" or "RouteGuide".

Modifications:

- Add a "HelloWorld" example
- Create a "quick-start" guide modelled on those on grpc.io

Result:

- No functional changes
- Another example and tutorial
@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Sep 25, 2019

CLA Check
One or more committers are not authorized under a signed CLA as indicated below. Please click here to be authorized.

@glbrntt glbrntt changed the title Gb helloworld Add HelloWorld example Sep 25, 2019
@glbrntt glbrntt requested a review from MrMage September 25, 2019 15:50
Copy link
Collaborator

@MrMage MrMage left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few non-mandatory suggestions.

@MrMage
Copy link
Collaborator

MrMage commented Sep 27, 2019

LGTM

@glbrntt glbrntt merged commit 65415e3 into grpc:nio Sep 27, 2019
@glbrntt glbrntt deleted the gb-helloworld branch September 27, 2019 12:31
glbrntt added a commit to glbrntt/grpc-swift that referenced this pull request Sep 27, 2019
Motivation:

a30043a (grpc#590) introduced a 'Hello World' example and tutorial to help
new gRPC Swift users. A more in-depth tutorial would be useful as a
next-step for those users.

Modifications:

Add a tutorial based on the "route guide" service as per
https://grpc.io/docs/tutorials/

Move parts of the `README.md` into separate documenation files in `docs/`

Result:

- Another gRPC tutorial
- Easier to find documenation
glbrntt added a commit to glbrntt/grpc-swift that referenced this pull request Sep 27, 2019
Motivation:

a30043a (grpc#590) introduced a 'Hello World' example and tutorial to help
new gRPC Swift users. A more in-depth tutorial would be useful as a
next-step for those users.

Modifications:

Add a tutorial based on the "route guide" service as per
https://grpc.io/docs/tutorials/

Move parts of the `README.md` into separate documenation files in `docs/`

Result:

- Another gRPC tutorial
- Easier to find documenation
glbrntt added a commit that referenced this pull request Sep 30, 2019
Motivation:

a30043a (#590) introduced a 'Hello World' example and tutorial to help
new gRPC Swift users. A more in-depth tutorial would be useful as a
next-step for those users.

Modifications:

Add a tutorial based on the "route guide" service as per
https://grpc.io/docs/tutorials/

Move parts of the `README.md` into separate documenation files in `docs/`

Result:

- Another gRPC tutorial
- Easier to find documenation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants