How To Build A Chat And Data Feed With WebSockets In Golang?

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

In this Golang tutorial, I'm going to teach you how to build a simple chat application and data feed by building our own custom WebSockets server in Golang.

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

Love that you go in showing the concepts without a bunch of libraries. Keep it simple and then abstract later if needed!

Browsinghard
Автор

I have never looked into sockets and always thought they would be really complicated - thanks for this!

manofqwerty
Автор

You've just single handedly motivated me to learn Golang more than I usually did.
This series of tutorials are awesome and I really appreciate this simplicity and minimalism of using standard libraries as much as possible.

nefrace
Автор

Like your style! Speed of speech and simplicity of explanation make it lit! Awesome!

VitaminessBlues
Автор

One thing I love about your videos is that you're going right to the point

dranono
Автор

All great videos and not just that your a very funny chap, which makes the videos more relatible then someone just saying do this and that. Keep it up!

matthewthomas
Автор

You have a new subscriber. Thanks Anthony!

ribarmilos
Автор

I have subscribed. You make it look easy. I have no idea how it works because I come from TypeScript. The function syntax sort of is a little new to me. The map, create whatever is also all new to me. But will be studying this code. Thanks for this. Hope you make more useful content! Thanks!

gadgetboyplaysmc
Автор

I don’t know Go but I don’t need to. I learned so much from this video, thank you!

jacobusburger
Автор

Great tutorial. A bit fast for my liking but it gave me good insights. Would've like to see a thread-safe implementation of the connection map, but I'll research that on my own

sweetphilly
Автор

oh thank you very much for making this tutorial, I had been looking for a good one, and you explain it quite well, and the best thing taught by Jhony sins

crisgomez
Автор

but REALLY you SHOULD get the Nobel Simplification Prize bc you explained so well! Thank you, sir :)

raspberrysans
Автор

Netflix for Software Developers, proven content creator!

tpotjj
Автор

very awesome tutorial GG, but i may have some problems with the websocket Write() method. Since I do it step by step with your video(just SAME as your code), i can't figure out that why the server can't write to the browser, no matter the first /ws or the later /orderbookfeed, it turns out the console don't print the message from the server after setting up the onmessage method, what's wrong?🥺

yirgacc
Автор

Could anyone tell me where you get info on the errors returned by library methods? In the video, he talks about Conn.Write returning EOF, but I can't seem to find the info on the golang site

Cryoxia
Автор

Again, very nice. Could the actor model (e.g. your Hollywood library) be used with websockets, or would it be unnecessary?

michelemendel
Автор

Brother can we get some architecture style vids? Or your opinions on them (hex, clean) or even ddd in golang? Maybe some design patterns that you think work well specifically with go?

AssyrianMuscle
Автор

Coould you please introduce tuntap packet reception and transmission for user space programs? TIA

sumonsutrodhar
Автор

hello. this video is very good. how to create tcp socket chat client / server custom protocol

jsmx
Автор

Excellent tutorial! How do I remove clients that have disconnected, as now they are still on the conns map after disconnecting and the next broadcast gives an error for use of closed network connection?

TheNickeHallgren
welcome to shbcf.ru