Description
Description
Continuing the first part, you are asking to implement the functions of the Bulletin Board System (BBS) server.
Requirement
The service accepts the following commands and at least 10 clients:
When client enter command incompletely E.g., missing parameters, the server should show command format for client.
Command format Description Result
create-board Create a board which named .
must be unique.
If Board’s name is already used, show failed
message, otherwise it is success.
Must be logged in when creating board’s
name
Success Create board successfully.
Fail (1) Board already exist.
Fail (2) Please login first.
create-post –title