[go-nuts] New article: Scalable event streaming with Redis and Golang

2021-06-17 Thread Ramiro Nuñez Dosio
Learn how to build a scalable infrastructure for streaming large amounts of traffic easily to clients: Scalable event streaming with Redis and Golang -- You received this message because you are subscribed to the Google Groups "gol

[go-nuts] Guide to Pub/Sub in Golang

2021-02-24 Thread Ramiro Nuñez Dosio
Hello everyone 👋 Wanted to share this new post we just published at Ably, focused on Pub/Sub in Go, including what it is, when to use it, scaling it, and how to implement it in a Go Chat app (including history and presence). Guide to Pub/Sub in Golang H