Network Programming in golang - Learn Networking
Create a TCP Server and Client for network communication in go language
Description
In this course you'll be able to create a small TCP server and Client and use this to communicate data over a network. This course uses golang as its primary language for development. You will start by creating a TCP based server and establishing connection with the client. Then you'll use this connection to transmit data over the network. Then, you'll be move to the more advanced stage, where you'll start transmitting huge files over the network.
What You Will Learn!
- Basics of Networking
- Socket Programming
- How HTTP protocol works
- Create TCP client and Server
- How to serialize data to send over a network
- How to send JSON over a tcp
Who Should Attend!
- Go language developers who want to dive into networking
- People eager to learn more about golang