Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 229 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 229 Bytes

Chat app with Deno and WebSockets

Running

You'll need Deno

  • Clone or download the repository
  • Open a terminal
  • Run deno run --allow-net --allow-read server.ts
  • Open localhost:8080 in a browser