Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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.