COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20200905045513/https://github.com/topics/nats
Here are
360 public repositories
matching this topic...
Golang client for NATS, the cloud native messaging system.
A stream processor for mundane tasks written in Go
Lightweight, fault-tolerant message streams.
Ruby client for NATS, the cloud native messaging system.
Updated
Jun 24, 2020
Ruby
Updated
Sep 5, 2020
JavaScript
Multi tenant SaaS starter kit with cqrs graphql microservice architecture, apollo federation, event source and authentication
Updated
Aug 28, 2020
TypeScript
The official C# Client for NATS
Python3 client for NATS.io
Updated
Jun 22, 2020
Python
Dashboard for monitoring NATS (an open source messaging system)
Updated
Aug 8, 2018
JavaScript
A simple example on Event Sourcing/CQRS in Go for building distributed systems and microservices with NATS Streaming, gRPC and CockroachDB
Go Examples: From basics to distributed systems
A PHP client for the NATSio cloud messaging system.
A top-like tool for monitoring NATS servers.
NATS cluster on top of Kubernetes made easy.
OpenMessaging Benchmark Framework
Updated
Aug 26, 2020
Java
A Prometheus exporter for NATS metrics
An example microservice system in Node.js using Hemera and best of today.
Updated
Apr 12, 2018
JavaScript
An in-browser websocket client for NATS, a lightweight, high-performance cloud native messaging system
Updated
Jun 25, 2019
JavaScript
The official NATS .NET C# Streaming Client
Examples for building microservices with Go kit (gokit.io)
A simple NATS client library for Rust
Updated
May 31, 2020
Rust
Golang Asterisk REST Interface (ARI) library
Audio streaming application for Amateur Radio purposes
Improve this page
Add a description, image, and links to the
nats
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
nats
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Currently, you are not able to use middleware per handler in "clean way" (you can still manually wrap the handler function, or have separated router).
It would be nice to be able to add middleware per handler.
As a good reference point, you can use chi router: https://github.com/go-chi/chi