Skip to content

Latest commit

Β 

History

History
12 lines (9 loc) Β· 298 Bytes

File metadata and controls

12 lines (9 loc) Β· 298 Bytes

server/

Deno websocket server.

Prerequisites

  • Deno version >1.25.0

Development

  • run deno run --allow-net index.ts to install the dependencies (first run) & run the server.

Scripts

  • deno fmt: runs the deno formatter.
  • deno test: runs the deno tests.