/deno-chat

A chatroom application using Deno and Vue.js with multiroom support. There is also a branch is multiroom support and Docker Compose setup.

Primary LanguageVue

Deno Chat with Vue.js

A chatroom built using Deno and Vue.js with multiroom support.

Screenshot Preview

Getting Started

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