Writing Websocket Servers with Gorilla Websockets (Episode 4)

preview_player
Показать описание


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

Nice! Just a suggestion, if that's ok:
provide a link to the episode in github for each screencast
... as it's not immediately clear that episode4 is "Writing Websocket Server with Gorilla Websockets" and
will be even more difficult with more episodes/screencasts

slipthetrap
Автор

It would be nice if you also have screencast for SSE server! Keep up the good work sir! So far I enjoy your screencasts! :)

braynM
Автор

I would like to run the chat application that you showed in this video. I went up to the code on github for episode 4. But i am not entirely sure on how would i be able to run the code. Would be great if you could guide me.

rajmilan
Автор

so is this write considered concurrent or parallel? I see the channels and I guess It would be concurrent but I'm a noob at Go.

kirklincoln
Автор

thank you, but what is about "fallbacks" if websockets are not supported by the browser?

juRiiir