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.

Stars
7

Deno Chat with Vue.js

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

Getting Started

Setup the repository:

$ git clone [email protected]: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