nats-io / stan.js

Node.js client for NATS Streaming
Apache License 2.0
292 stars 49 forks source link

FIX #163 - Fixed typescript signature of the connect function #169

Closed aricart closed 4 years ago

aricart commented 4 years ago

Corrected the typescript signature for the connect function. Updated nats options that could be referenced by a stan client. Added documentation to the readme on the stan connection options and event notifications.