Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qiushiyan/chatroom
A minimal real-time chatroom
https://github.com/qiushiyan/chatroom
Last synced: about 2 months ago
JSON representation
A minimal real-time chatroom
- Host: GitHub
- URL: https://github.com/qiushiyan/chatroom
- Owner: qiushiyan
- Created: 2021-01-26T03:47:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-01T02:45:45.000Z (almost 4 years ago)
- Last Synced: 2023-03-04T17:07:17.974Z (almost 2 years ago)
- Language: Vue
- Homepage: https://minimal-chatroom.web.app
- Size: 208 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chat-room
**TODO**
- could change display name
- divided messages by tags
- only display messages in the last 7 days, fetch older messages when requested
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).