From ad831af65196cf92f69946d1c037daf19b4fe46d Mon Sep 17 00:00:00 2001 From: qowevisa Date: Wed, 27 Nov 2024 13:56:28 +0200 Subject: [PATCH] Add README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6182ff3 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# 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.