Marantle / Gallows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Gallows

An application the has a server and client in multiproject structure. Currently it is limited to sending messages between clients.

#####Project structure

/client
    contains the source code specific to the client application
/server
    contains the source code specific to the server application
/common
    contains classes that both the server and client require to function

####3rd party libraries used

  1. Esoteric Software Kryonet
  2. Google Guava
  3. Slf4j and Log4 for logging

About


Languages

Language:Java 99.6%Language:CSS 0.4%