samisagit / natskell

A NATS client library written in Haskell
MIT License
7 stars 0 forks source link

With NATS API #72

Closed samisagit closed 1 year ago

samisagit commented 2 years ago

A user should be able to make a call to connect to NATS with specified options, this should read the servers INFO message and reply accordingly.

samisagit commented 1 year ago

This should return a NATS client - the main interface for further use of NATS.

samisagit commented 1 year ago

duplicate of #86