Deno (Local)
A simple host for local testing.
- Install Deno.
git clone https://github.com/interncom/DIPLOMATIC.git
cd DIPLOMATIC
DIPLOMATIC_HOST_ID=id123 DIPLOMATIC_HOST_PORT=3311 DIPLOMATIC_REG_TOKEN=tok123 deno run --allow-env --allow-net --allow-read hosts/deno/server.ts
- Point your client at the URL that provides.
NOTE: this host does not currently have persistent storage. It’s all in-memory.