Add README.md
This commit is contained in:
parent
06e5e7cd9c
commit
ad831af651
14
README.md
Normal file
14
README.md
Normal file
|
@ -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.
|
Loading…
Reference in New Issue
Block a user