/chatserver

A single file chat server written in Go

Primary LanguageGoThe UnlicenseUnlicense

chat server

A single file chat server written in Go.

Works on a TPS server.

This is my first project using Neovim, hurray!

Guide

Telnet linux command uses TCP connection, so that is how we will connect to our chat server.

telnet [IP Address]:[Port]

To close telnet, type ^]