Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 683 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 683 Bytes

Server

Anything that can be done client-side should be done client-side.

Ideally this server shouldn't exist and everything should be done on clients but unfortunately it's not yet possible to build programs on browsers with the current tooling. This is more of a rustc issue and progress is being made in:

Setup

The easiest way to run the server is via Docker Compose:

docker compose up

This will:

  1. Create a MongoDB database
  2. Build the server from source
  3. Start the server