Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import examples from core repository #2474

Merged
merged 1 commit into from
Jun 22, 2023

Conversation

murgatroid99
Copy link
Member

@murgatroid99 murgatroid99 commented Jun 22, 2023

With the new push to expand our examples significantly, I think it makes more sense for the examples to be here in the same repository as the code than for them to be in the core repository.

This is roughly a copy of the core repository's examples/node directory, with a few changes:

  • I rearranged the directories to be more consistent with the Java and Go examples.
  • I updated the READMEs to more accurately reflect the current state
  • I merged the xDS example's package.json file into the main one.

This change will be made along with a change to the core repository replacing the examples there with links to this directory, and a change to the grpc.io repository updating references to these examples.

@murgatroid99 murgatroid99 merged commit 3098d69 into grpc:master Jun 22, 2023
8 of 10 checks passed
murgatroid99 added a commit to grpc/grpc that referenced this pull request Jun 23, 2023
…tion (#33522)

This change is part of a migration of the Node examples from this
repository to the grpc/grpc-node repository, along with
grpc/grpc-node#2474. I replaced the files with references to the new
location instead of deleting them so that people following links in
existing external resources would find information about the new
location instead of an unhelpful 404 error. I discovered that even some
of the individual `.js` files are linked from other places, so to be
safe I performed this replacement on every file in the directory.
mario-vimal pushed a commit to mario-vimal/grpc that referenced this pull request Jul 13, 2023
…tion (grpc#33522)

This change is part of a migration of the Node examples from this
repository to the grpc/grpc-node repository, along with
grpc/grpc-node#2474. I replaced the files with references to the new
location instead of deleting them so that people following links in
existing external resources would find information about the new
location instead of an unhelpful 404 error. I discovered that even some
of the individual `.js` files are linked from other places, so to be
safe I performed this replacement on every file in the directory.
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.

None yet

2 participants