Skip to content

Conversation

iBvishal
Copy link

Github Issue: #1890

Summary of what is done

  • Introduced a comprehensive set of Node.js examples demonstrating basic and advanced usage patterns of the Iggy client SDK.
  • Added example scripts for producers and consumers in both TypeScript and JavaScript.
  • Included a README file with instructions on running the examples and setting up the Iggy server.
  • Created a test script to validate the examples against a running Iggy server.
  • Added .gitignore and package files to manage dependencies and ignore unnecessary files.

- Introduced a comprehensive set of Node.js examples demonstrating basic and advanced usage patterns of the Iggy client SDK.
- Added example scripts for producers and consumers in both TypeScript and JavaScript.
- Included a README file with instructions on running the examples and setting up the Iggy server.
- Created a test script to validate the examples against a running Iggy server.
- Added .gitignore and package files to manage dependencies and ignore unnecessary files.
currentId++;
const payload = `message-${currentId}`;
messages.push({
payload: Buffer.from(payload, 'utf8')
Copy link
Contributor

Choose a reason for hiding this comment

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

payload can also be a string

@iBvishal
Copy link
Author

Working on the CR comments, will update shortly

@iBvishal iBvishal requested a review from T1B0 September 23, 2025 16:52
@iBvishal
Copy link
Author

iBvishal commented Sep 26, 2025

ping @hubcio @T1B0 @Tchoupinax

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.

3 participants