** TCP server Basics This project is a simple, hands-on application developed in Go, demostrating the core concepts of network programming, concurrency, and resource management inherent in TCP servers.
** Project Objectives
- Establish a TCP server capable of handling multiple client connections concurrently.
- Implement basic server commands for handling simple client requests.
- Understand and manage server resources effectively, ensuring smooth client-server interactions.
- Learn best practices in maintaining network security and integrity