Update index.md (#7070)

Added a brief description of realtime communication, methods of achieving it and a link to a YouTube video showing websockets being used with Go.

---------

Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
fix/pnpm-lock
Clinton 3 months ago committed by GitHub
parent dae737fa02
commit 909b0fa81a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 7
      src/data/roadmaps/golang/content/106-go-realtime-communication/index.md

@ -1 +1,8 @@
# Go realtime communication
## What is real-time communication?
Just as it says in the name, real-time communication is the handling of requests concurrently and efficiently. Whether it is a chat/messaging app, an email service, a game server or any collaborative online project (for example, Excalidraw), there are a few different ways of handling real-time communication, but the most common is through the use of WebSockets. Other options for handling real-time communications include MQTT protocol and server-sent events, among others.
Learn more from the following resources:
- [@video@Golang websocket](https://youtu.be/G8SKhZMqvsE)

Loading…
Cancel
Save