hemerajs / hemera

🔬 Writing reliable & fault-tolerant microservices in Node.js https://hemerajs.github.io/hemera/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Have you looked into ts-nats?

orefalo opened this issue · comments

Have you looked into ts-nats?

Hi @orefalo what's your reason behind that question?

Have you looked into ts-nats?

Yes

We still rely on node-nats because it's solid and we provide our own interface in hemera.

Sorry, my question didn't have much context. Was quickly exploring your project and was wondering why, while it uses ts, it doesn't leverage nats.ts

Hemera is 100% written in js but we provide typings. Nats-ts was introduced long after node-nats and is relatively new and also the interface has changed completely. For our requirements node-nats is good for now. Thanks for your interest.