-
Notifications
You must be signed in to change notification settings - Fork 48
Add nodejs example #377
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
Add nodejs example #377
Conversation
|
@njooma lmk if this is sufficient for the "node SDK" |
njooma
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similar to how we have detailed instructions for react-native, can you add any additional dependencies/steps one would need to do to get node to work? E.g. updating the global transport, needing the data channel library, etc.
Yep on it |
@njooma done |
njooma
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved % one change
examples/node/README.md
Outdated
|
|
||
| #### `main.ts` | ||
|
|
||
| The `App.tsx` file was updated to include the following polyfills and updates: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| The `App.tsx` file was updated to include the following polyfills and updates: | |
| The `main.ts` file was updated to include the following polyfills and updates: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you caught me!
Derived from https://github.com/viamrobotics/goutils/tree/main/rpc/examples/echo/node-client