Posts tagged "golang"

Building a Chatroom

Part 2 of Spread series

Learn how to build a WebSocket-based chatroom in Golang using the Spread library for clean and efficient PubSub message handling.

Introduction to Spread

Part 1 of Spread series

An introduction to Spread, a lightweight, ergonomic, and type-safe in-memory PubSub/EventBus library for Golang applications, built with channels.