简单的TCP服务器 运行项目 后端 - navigate command line to the backend directory with "cd backend" - run the server with "go run server.go" 前端 - navigate command line to the frontend directory with "cd frontend" - install the needed packages with "npm install" - run the server with "npm run serve"