server

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 2, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

A very simple TCP server written in Go.

This is a toy project that I used to learn the fundamentals of writing Go code and doing some really basic network stuff.

Maybe it will be fun for you to read. It's not meant to be particularly idiomatic, or well-written for that matter.

Index

Constants

This section is empty.

Variables

View Source
var ReceiveChan = make(chan string)
View Source
var SendChan = make(chan string)

Functions

func Server

func Server()

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL