hubcio opened a new issue, #1890:
URL: https://github.com/apache/iggy/issues/1890

   Following the reorganization of our examples directory structure (with Rust 
examples now in `examples/rust/`), we need to create comprehensive Node.js 
examples to showcase the Iggy Node.js SDK capabilities.
   
   ### Task
   Create a new `examples/nodejs/` directory with JavaScript/TypeScript 
examples that demonstrate various usage patterns of the Iggy Node.js SDK, 
similar to what we have for Rust.
   
   ### Requirements
   - Create examples that mirror the functionality of existing Rust examples 
where applicable
   - Include both JavaScript and TypeScript versions where it makes sense
   - Include a README.md with clear instructions on how to run each example
   - Use Node.js best practices and idiomatic JavaScript/TypeScript code
   - Add package.json with all required dependencies
   - Consider adding a script to test all examples (similar to 
`scripts/run-rust-examples-from-readme.sh`)
   
   ### Additional Context
   - Node.js SDK is located in `foreign/node/`
   - Reference the Rust examples in `examples/rust/` for feature parity
   - Examples should work with the latest version of the Node.js SDK
   - Consider using modern ES modules syntax


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to