Skip to content

sh940701/go-tcp-ip-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nest Logo

Description

Practice of Golang tcp server with POSIX API

Architecture

Golang-TCP

Running the app

Server

$ cd tcp-server
$ go run main.go

Client

$ cd tcp-client
$ go run main.go

Warning ⚠️

If you intend to shut down the application, it is recommended to turn off the client first before stopping the server.

This sequence ensures a graceful shutdown, preventing potential issues and minimizing data loss.

About

Golang TCP Server with POSIX API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages