Skip to content

kkennethlee/chatserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

chatserver

The purpose of this exercise is to utilize goroutine and channels to make a minimum viable chat-server in GOLANG.

For chat server host connection, telnet was used to establish tcp connection.

After running to go file, open a new console window and use the command "telnet local host 9000" to establish connection to the host as new user.

About

Make a rudimentary chat-server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages