feat: smtp client pool example
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 15 Aug 2023 09:31:46 +0000 (11:31 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 15 Aug 2023 09:31:46 +0000 (11:31 +0200)
commit9aef1431cbefd8bf1fc48654c94cc464243e0113
treec315224668e3efe16b385dfdfe7590f73bd815f4
parentf446fbae9875f276162cbbe16dadd1724bdad762
feat: smtp client pool example

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 files changed:
.eslintrc.js
.github/dependabot.yml
CHANGELOG.md
README.md
examples/typescript/http-client-pool/src/main.ts
examples/typescript/smtp-client-pool/package.json [new file with mode: 0644]
examples/typescript/smtp-client-pool/pnpm-lock.yaml [new file with mode: 0644]
examples/typescript/smtp-client-pool/src/main.ts [new file with mode: 0644]
examples/typescript/smtp-client-pool/src/pool.ts [new file with mode: 0644]
examples/typescript/smtp-client-pool/src/types.ts [new file with mode: 0644]
examples/typescript/smtp-client-pool/src/worker.ts [new file with mode: 0644]
examples/typescript/smtp-client-pool/tsconfig.json [new file with mode: 0644]