go

2024

gRPC and Go: Building High-Performance Web Services
gRPC and Go: Building High-Performance Web Services An article on "gRPC and Go", an introduction and a step-by-step guide on installing and setting up your first gRPC project with Go.

2024

Gochat: Building a Real-Time Chat App with Go and React A miniature version of a chat app, demonstrating web socket connections between frontend and backend, handle multiple clients connections, read a socket message and send out incoming messages to all clients.