Skip to content

Short app built with go for chat using tcp server

Notifications You must be signed in to change notification settings

Djamel02/go-tcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GO-TCP

Description

Short chat app built with go using tcp server

Developement

run go build . on your command line
run also ./tcp-server to run the server (on localhost:8888)
to make new client install telnet package then run telnet localhost 8888

Commands

those below are our app commands:

  • /nickname <your-name> to define the client nickname else it will give him 'anonymous' by default
  • /rooms to display the available rooms
  • /join <room-name> to join a specific room
  • /quit to left the current room

About

Short app built with go for chat using tcp server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages