Chapter one - Network

Chapter 1 #

In this chapter, the network part will be implemented, including:

  • start a TCP server at given port
  • read command from client
  • parse command
  • pass command to database to execute
  • write result to client

Class structure look like this: network class diagram

Update History #

  • Reader Command (Updated 2023-01-27)
  • Parse Command (Updated 2023-01-28)