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
parent
dae737fa02
commit
909b0fa81a
1 changed files with 7 additions and 0 deletions
@ -1 +1,8 @@ |
|||||||
# Go realtime communication |
# 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…
Reference in new issue