Skip to content

davenathanael/socket-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Socket with Go

A simple socket server and client with TCP, written with Golang. Current feature: return the upper-case form of the text message

Usage

  • git clone https://github.com/davenathanael/socket-go.git
  • Server: go run socket-go/
  • Client: go run socket-go/ client [host] host defaults to localhost:8080
  • Start typing text and receive its all-capitalized response from the socket server.

Author

  • me

About

Simple socket client and server with Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages