Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 513 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 513 Bytes

Main server

Commander Astley

This is the brain of our infrastructure. It calculates importances of pixels, job order and such as shown here.

This server won't be used for direct connections to clients. The clients will connect to an auth server, that is connected through a live connection to this server.

Auth Server

Private Rick

This server will be used for authentication and griefer prevention. It's code is currently located in the ./auth folder.