Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sieep-coding/chatserver

A single file chat server written in Go
https://github.com/sieep-coding/chatserver

Last synced: 7 days ago
JSON representation

A single file chat server written in Go

Awesome Lists containing this project

README

        

# 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 `^]`