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
- Host: GitHub
- URL: https://github.com/dozyio/dapp-chat
- Owner: dozyio
- License: mit
- Created: 2020-06-11T14:32:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T08:57:31.000Z (over 2 years ago)
- Last Synced: 2024-12-19T23:36:01.138Z (5 months ago)
- Topics: dapp, dweb, dwebrtc, gun, gundb, vue, vuejs
- Language: Vue
- Homepage: https://chat-dapp.netlify.app/
- Size: 1.64 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chat using GUN db and Vue.js - Dapp
[](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