Which Dev

Just another coding blog

Skip to content
Menu
  • Home
  • Go
  • Tutorial

Category: Go

How to add authentication to your Go Chat application (Part 4)

by JeroenPosted onNovember 30, 2020January 9, 2021

In the last part of this tutorial, we will allow our users to use the chat application with a user account. To do this we…

Read More

How to use Redis Pub/Sub in Go Chat Application (Part 3)

by JeroenPosted onOctober 20, 2020November 30, 2020

Add redis Pub/Sub to a Go chat app for scalability or just for fun.

Read More

Multi-room Chat Application With WebSockets In Go And Vue.js (Part 2)

by JeroenPosted onOctober 1, 2020November 30, 2020

Adding multi public room and private room support to Go chat application build with WebSockets and Vue.js

Read More

Building a simple Chat application with WebSockets in Go and Vue.js (Part 1)

by JeroenPosted onSeptember 20, 2020November 30, 2020

Build a chat application with Go and Vue.js!

Read More

TCP and UDP What is the difference and how to use them directly in Go.

by JeroenPosted onSeptember 17, 2020September 27, 2020

Understanding the difference between the TCP and UDP protocols and how to leverage them in Go.

Read More
Jeroen de Kok's DEV Profile Follow @jeroendk
© Copyright 2021 – Which Dev