A video tutorial covering how to write a TCP/IP server in Go that can stream music to a client.
This builds on the previous "C++ Music Streaming" tutorial that I've written before.
The source code for the go language server can be found here
gitlab.com/jimmiejohnsson84/tcp-ip-music-streaming…
0:00 Intro and webpage link
0:49 Installing Go on linux
1:06 What we will cover
1:45 The go.mod
2:14 Code - modules, enums & structs
4:16 Read and Send
5:29 Send cover art
6:17 Send music
7:15 Defer
8:08 Main function
8:55 Demo
9:26 Links to code repo
コメント