/OnlineJudge

A new generation online judge for NJUPT ACM TEAM

Primary LanguageGoApache License 2.0Apache-2.0

OnlineJudge

A new generation online judge for NJUPT ACM TEAM

  • The structure of all modules of the backend.
$GOPATH
  |- bin/
  |- pkg/
  └- src/
     |- OnlineJudge/
     |  └- <some common libraries>
     |- WebBackend/
     |- Daemon/
     |- LJudger/
     |- VJudger/
     |- ...
     |- github.com/
     |  └- ...
     └- ...

Design Doc

Design Doc Wiki