Skip to content

This is a simple TCP server and client made with go.

Notifications You must be signed in to change notification settings

MayFly404/TCPchat-e

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TCPchat-e

This is a simple tcp server and client made with go.

Needed Info

STILL IN DEVELOPMENT

Execute

Make sure you have go installed.

Go to your cmd, terminal, or other, and type "go build tcp_server.go"

Then "go build tcp_client.go"

Then run tcp_server and tcp_client

Commands

To message everyone in your room, type "[R]" Then your message.

To message someone private, type "[W]" Then the users name, then your message.