Network Programming with Go: Code Secure and Reliable Network Services from Scratch
by Adam Woodbeck (2021)
Friday evenings - 7:00 pm central time / 5:00 pm pacific time
Meetup: https://www.meetup.com/the-south-padre-island-reading-group/events/279817567/
Zoom: https://us02web.zoom.us/j/84281187589
No Starch Press: https://nostarch.com/networkprogrammingwithgo
Source code: https://github.com/awoodbeck/gnp
Chapter 4 August 6, 2021 | Presenter |
---|---|
Using the net.Conn Interface | |
Sending and Receiving Data | |
Creating Robust Network Applications by Using the io Package | |
Exploring Go’s TCPConn Object | |
Solving Common Go TCP Network Problems |
Chapter 3 July 30, 2021 | Presenter |
---|---|
What Makes TCP Reliable? | Connor |
Establishing a TCP Connection by Using Go’s Standard Library | Casey (up to Listing 3-5) |
Casey (Listing 3-5 to Listing 3-12) - |