Go to file
2024-11-27 13:56:28 +02:00
examples/ping-pong Change name of module 2024-11-27 13:32:31 +02:00
tcpclient Change name of module 2024-11-27 13:32:31 +02:00
tcpcommand Add Default working tcp files 2024-10-10 08:17:51 +03:00
tcpserver Change name of module 2024-11-27 13:32:31 +02:00
.gitignore Add gitignore 2024-10-10 08:15:21 +03:00
go.mod Change name of module 2024-11-27 13:32:31 +02:00
Makefile Add examples folder with ping-pong example and Makefile 2024-10-10 08:32:41 +03:00
README.md Add README.md 2024-11-27 13:56:28 +02:00

TCPMachine

TCPMachine is a lightweight and intuitive library designed to simplify the process of creating TCP servers and clients in Go. By abstracting away the repetitive boilerplate code, TCPMachine allows developers to focus on their application logic while handling TCP connections with ease.

Features

  • Minimal Boilerplate
  • Customizable Handlers
  • No third-party dependency

Planned Features

The following features will be introduced in future updates:

  • Concurrent Message Threads: Support for handling multiple concurrent messages for robust and scalable communication.