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

https://github.com/dozyio/dapp-chat

A distributed chat web app using Gun and Vue.js
https://github.com/dozyio/dapp-chat

dapp dweb dwebrtc gun gundb vue vuejs

Last synced: 5 months ago
JSON representation

A distributed chat web app using Gun and Vue.js

Awesome Lists containing this project

README

        

# Chat using GUN db and Vue.js - Dapp

[![Netlify Status](https://api.netlify.com/api/v1/badges/6f8d9fe2-9f58-4ef2-9166-5745fc095eba/deploy-status)](https://app.netlify.com/sites/chat-dapp/deploys)

## Example site
[https://chat-dapp.netlify.app/](https://chat-dapp.netlify.app/)

## Configure your gun peers
Edit src/main.js and update the peer list

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

MIT License