Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nats-io/nats.ts
TypeScript Node.js client for NATS, the cloud native messaging system
https://github.com/nats-io/nats.ts
Last synced: about 1 month ago
JSON representation
TypeScript Node.js client for NATS, the cloud native messaging system
- Host: GitHub
- URL: https://github.com/nats-io/nats.ts
- Owner: nats-io
- License: apache-2.0
- Archived: true
- Created: 2018-03-23T16:49:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-24T12:32:22.000Z (almost 2 years ago)
- Last Synced: 2024-05-19T00:17:24.023Z (8 months ago)
- Language: TypeScript
- Homepage: https://www.nats.io
- Size: 1.62 MB
- Stars: 178
- Watchers: 7
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
Awesome Lists containing this project
README
# NATS.ts - Async Node.js Client
**NATS.ts async functionality is now part of NATS.js**
NATS.ts provided async functionality the original NATS.js client.
The async functionality of nats.ts has been is now built-in right into
[NATS.js 2.0](https://github.com/nats-io/nats.js). NATS.js 2.0, greatly expands
on the async functionality provided by NATS.ts; for example subscriptions are
message iterators, etc.While the API has changed, moving to the new API should be fairly simple. The
new API is a complete re-write and offers a common API for all our JavaScript
environments (Node.js, Browser, Deno). For more information please visit
https://github.com/nats-io/nats.js.