easytcp

TCP server framework

A lightweight TCP server framework built on the standard Go net package, providing a simple and customizable way to build TCP servers.

sparkles rocket EasyTCP is a light-weight TCP framework written in Go (Golang), built with message router. EasyTCP helps you build a TCP server easily fast and less painful.

GitHub

813 stars
8 watching
89 forks
Language: Go
last commit: 8 months ago
Linked from 2 awesome lists

gogolangmiddlewareroutertcptcp-server

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
xfxdev/xtcp A TCP server framework with built-in protocol handling and event notification. 153
gansidui/gotcp A package that simplifies the process of creating TCP servers in Go. 513
shenfeng/ftpd.go An FTP server implemented in Go to learn the language and gain familiarity with networking concepts 11
twharmon/goweb A lightweight web framework built on top of net/http 36
smallnest/go-web-framework-benchmark Compared performance of various Go web frameworks across different aspects like connection and route selection handling times 2,077
valyala/tcplisten Customizable TCP net.Listener with performance-related options 145
gocraft/web A fast and scalable Go package for building web applications with middleware and routing support. 1,508
gofrp/tiny-frpc Provides a simple reverse proxy solution using SSH protocol and FRPS. 135
mirrornetworking/telepathy A simple, message-based MMO-scale TCP networking library written in C#. 1,173
bluenviron/gortsplib Provides an RTSP client and server library for media streaming in the Go programming language. 696
xtaci/gonet A game server skeleton in Go that enables communication between game servers and statistical servers. 1,270
tidwall/modern-server A basic web server framework with HTTP/2 and SSL/TLS support 76
micahhausler/go-ftp An implementation of a basic FTP server written in Go. 43
mikestefanello/pagoda A full-stack web development starter kit in Go providing a solid foundation and structure for rapid and easy application development. 2,201
go-playground/pure A lightweight HTTP router using Go's native implementation with radix tree for efficient routing and handling of context variables. 149