Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andreaselia/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.
https://github.com/andreaselia/deno-chat

channels chat chatroom deno docker docker-compose multiroom users vuejs websockets

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# Deno Chat with Vue.js

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

![Screenshot Preview](https://raw.githubusercontent.com/AndreasElia/deno-chat/master/image.png)

## 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
```