ep12.3 - Simple Example of Using Web Socket in Go - Part 3

preview_player
Показать описание
#golang #websoket #serversentevent #striversity
Let's complete our Todo WebApp using WebSockets, by adding real-time client synchronization.

Episode: 12.3

In this video, we will see how to push updates to all the clients that are connection for the same user, keeping Todo list in sync.

Рекомендации по теме
Комментарии
Автор

Thanks for providing such a great video, the explanation is very clear. Just wondering if you have part 4 for this series? Would like to know how we can work with a real database in WebSocket and JWT.

mmunirtv
Автор

You explain things nicely, hope to see data structures & algorithms videos from you.

Man-ifxt
Автор

How can we write the data to any db (like mongodb)?
And i want to see authentication, check multiple connections [block (disconnect) others] with socket too.
Any cookbook for that things?

gokaymehmet