Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.