Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romanchechyotkin/nats.ocaml
OCaml client for NATS, the cloud native messaging system.
https://github.com/romanchechyotkin/nats.ocaml
client library nats ocaml ocaml-library open-source
Last synced: about 1 month ago
JSON representation
OCaml client for NATS, the cloud native messaging system.
- Host: GitHub
- URL: https://github.com/romanchechyotkin/nats.ocaml
- Owner: romanchechyotkin
- License: apache-2.0
- Created: 2024-07-30T09:03:18.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T12:10:23.000Z (about 2 months ago)
- Last Synced: 2024-09-30T06:24:22.641Z (about 2 months ago)
- Topics: client, library, nats, ocaml, ocaml-library, open-source
- Language: OCaml
- Homepage:
- Size: 57.6 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# NATS - OCaml Client
[OCaml](https://ocaml.org/) client for the [NATS messaging system](https://nats.io).
[![License Apache 2][License-Image]][License-Url]
[License-Url]: https://www.apache.org/licenses/LICENSE-2.0
[License-Image]: https://img.shields.io/badge/License-Apache2-blue.svg## USAGE
> [!WARNING]
> In active development!## References
- [NATS documentation](https://docs.nats.io/)
- [NATS Client protocol documentation](https://docs.nats.io/reference/reference-protocols/nats-protocol)## Contributing
`nats_ocaml` is an open-source project and contributions are very welcome! Let's make a greate ecosystem together! Please make sure to read [contributing guide](/CONTRIBUTING.md)