Deno (Local)
A simple host for local testing.
- Install Deno.
git clone https://github.com/interncom/DIPLOMATIC.gitcd DIPLOMATICDIPLOMATIC_HOST_PORT=31337 deno run --allow-net --allow-read --allow-write --allow-env hosts/deno/server.ts- Point your client at the URL that provides.
This host stores data to a SQLite database named diplomatic.db. The demo projects in the git repo point at this host (https://localhost:3311). You may need to configure your system to accept the certificates at certs/.

