Skip to content

Simple Chat Server and Client using Stream Sockets

License

Notifications You must be signed in to change notification settings

nlharri/tcpchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

tcpchat

Simple TCP Chat Server and Client using Stream Sockets

The following tutorials were used to build this app: *

Background info

Some useful information about stream sockets.

Address information

The following data structure is used to store socket address information:

struct addrinfo {

}

Releases

No releases published

Packages