A chatroom built using Deno and Vue.js with multiroom support.
Setup the repository:
$ git clone git@github.com:AndreasElia/deno-chat.git
$ cd deno-chat
Run the server with Docker:
$ docker-compose up
Run the server without Docker:
$ deno run --allow-net --allow-read main.ts