-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Working Node.js example and normalizing vs python and rust sdks (#3)
* working nodejs example * add nodejs example to readme * additional readme content * drop node 17 support :/ This normalizes the interface for the Node.js SDK versus the Python and Rust SDKs. One significant difference is that Node.js custom node handlers accept a callback and returns their results via submission to that callback.
- Loading branch information
Showing
13 changed files
with
824 additions
and
880 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,6 @@ jobs: | |
matrix: | ||
node_version: | ||
- 16 | ||
- 17 | ||
- 18 | ||
- 19 | ||
- 20 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.