Restructure server files and folders #212
Reference in New Issue
Block a user
Delete Branch "chore/26-restructure-server-files"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Moved files into logical groups, seperated by multiple top-level directories.
Network
Containing everything related to the network, but no application related implementations.
CommandHandlerand class ofCommandRouter)CommandParserand class ofCommandParserDispatcher)EventBusandDisconnectEvent)ProtocolParserfor converting theRawPacketinto aPrimitiveRequest)Tokens. Validates the Syntax while doing so)RequestContext,Requestinterface andPrimitiveRequest)RequestParameters)Responseinterface with primitive implementations)ResponseBody)Session)SessionwithSessionReaderandSessionWriter,SessionManagerandSessionDisconnectJob)TransportLayerandTcpTransportDomain
Containing the game and other bussiness logic components.
App (to be created)
Containing implementations for the
CommandParserandCommandHandleraswell as involvedRequestandResponseclasses.Closes #26 (I remembered this time)
added 2 commits
059b7064- Chore: Move 'tokenizer' into protocol/parser section2203f804- Chore: Reflect path changes for testsCompare with previous version
mentioned in commit
73a80deb12