Skip to content

IvanGael/Go-TcpChatServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Tcp chat server built in Go

Install

Source

  1. Requirement
Enable Telnet on windows
open powershell as administrator
Enable-WindowsOptionalFeature -FeatureName TelnetClient -Online
  1. Build binary
go get;
go build;
  1. Run the build
main

Releases

No releases published

Packages

No packages published

Languages