Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/andreaselia/deno-chat
- Owner: andreaselia
- Created: 2020-07-07T19:17:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T11:05:14.000Z (over 1 year ago)
- Last Synced: 2024-05-01T14:32:37.022Z (7 months ago)
- Topics: channels, chat, chatroom, deno, docker, docker-compose, multiroom, users, vuejs, websockets
- Language: Vue
- Homepage:
- Size: 1.21 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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
```