Telnet Chat

Its completely okay to play with your terminal

Sadick
1 min readSep 30, 2016

The idea is very simple. Build a server and use telnet as a client to relay messages.I have been playing with Go a lot recently and am really enjoying the process.

Well there is only one thing to create, the server to enable telnet communication.

Usage

package main
import "server"
func main(){
server.NewServer(":4000")
server.Run()
}

Suggestions are welcomed. Drop me a line on twitter @izohbiz or leave a comment.

--

--

Sadick

A Software Engineer Passionate About Building Things.