Skip to content

VivekRamchandani/go-network-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Network Programming with Go

Creating Network Programs using Golang.

TCP

TCP provides a reliable connection-oriented protocol over IP.
The tcp folder contains all the recepies for working with TCP Sockets using Golang.

Recipie 1: Simple Client Server using TCP

The simpleServer recieves messages from simpleClient untill "STOP" is sent.

Recipie 2: Simple file Sender and Reciever

The fileSender is a file server. The fileReciever requests file from the file server.

UDP

UDP is a conectionless protocol where no 'session' is established.
The udp folder contains all the recepies for working with UDP Sockets using Golang.

Recipie 1: Simple Server and Client using UDP

The simpleServer recieves message from simpleClient.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages