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.
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.
815 stars
8 watching
89 forks
Language: Go
last commit: 11 months ago
Linked from 2 awesome lists
gogolangmiddlewareroutertcptcp-server
Related projects:
Repository | Description | Stars |
---|---|---|
| A TCP server framework with built-in protocol handling and event notification. | 154 |
| A package that simplifies the process of creating TCP servers in Go. | 512 |
| An FTP server implemented in Go to learn the language and gain familiarity with networking concepts | 11 |
| Compared performance of various Go web frameworks across different aspects like connection and route selection handling times | 2,083 |
| Customizable TCP net.Listener with performance-related options | 145 |
| A fast and scalable Go package for building web applications with middleware and routing support. | 1,509 |
| Provides a simple reverse proxy solution using SSH protocol and FRPS. | 140 |
| A simple, message-based MMO-scale TCP networking library written in C#. | 1,179 |
| Provides an RTSP client and server library for media streaming in the Go programming language. | 706 |
| A game server skeleton in Go that enables communication between game servers and statistical servers. | 1,272 |
| A basic web server framework with HTTP/2 and SSL/TLS support | 76 |
| An implementation of a basic FTP server written in Go. | 43 |
| A full-stack web development starter kit in Go providing a solid foundation and structure for rapid and easy application development. | 2,229 |
| A lightweight HTTP router using Go's native implementation with radix tree for efficient routing and handling of context variables. | 150 |