Skip to content

ggopalai/chat-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chat-server

Chat Server using the TCP protocol.

Uses "net" package to establish TCP connections. Each client is handled via goroutines and channels for client-server communication.

Usage

Start Server

go build
./tcp-chat

Establish client connection

telnet localhost 8888

Client Commands

/name <name>
/rooms
/join <room-name>
/msg <msg>
/quit

About

TCP Chat Server using net/http pkg.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages