NATS¶
📘 Resources¶
📺 Videos¶
- How to use NATS and .NET Core for building distributed systems - Part 1
- How to use NATS and .NET Core for building distributed systems - Part 2
📦 Libraries¶
- nats-io/nats.net - The official C# Client for NATS
- nats-io/stan.net - The official NATS .NET C# Streaming Client
- danielwertheim/mynatsclient - C# .NET and .NET Core client for NATS
- KualiCo/nats-streaming-console - A web console for Nats Streaming Server
🚀 Samples¶
- edwinvw/nats-demos - This repo contains the code for the demos that I use during talks I give about NATS and NATS Streaming.